summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/camera.c
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2016-03-04 17:32:20 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-03-04 18:32:00 -0800
commit53f965065a5eb067621e4734fee9719942976a86 (patch)
tree7fbb3c3211a671361719835daf9f2496c1e86c4c /drivers/staging/greybus/camera.c
parentaa2a5459aa167814f847afb05c262c1f29dc9c6a (diff)
downloadop-kernel-dev-53f965065a5eb067621e4734fee9719942976a86.zip
op-kernel-dev-53f965065a5eb067621e4734fee9719942976a86.tar.gz
greybus: camera: disable E2EFC on CSI connection
Following Toshiba's recommendation we shouldn't use E2EFC on a CSI connection. Disable E2EFC on the CSI connection. Signed-off-by: Fabien Parent <fparent@baylibre.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/camera.c')
-rw-r--r--drivers/staging/greybus/camera.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c
index 3ca585f..d499ffd 100644
--- a/drivers/staging/greybus/camera.c
+++ b/drivers/staging/greybus/camera.c
@@ -831,9 +831,7 @@ static int gb_camera_connection_init(struct gb_connection *connection)
* Create the data connection between camera module CDSI0 and APB CDS1.
* The CPort IDs are hardcoded by the ES2 bridges.
*/
- /* FIXME: remove E2EFC */
- cport_flags = GB_SVC_CPORT_FLAG_E2EFC | GB_SVC_CPORT_FLAG_CSD_N |
- GB_SVC_CPORT_FLAG_CSV_N;
+ cport_flags = GB_SVC_CPORT_FLAG_CSD_N | GB_SVC_CPORT_FLAG_CSV_N;
ret = gb_svc_connection_create(svc, connection->intf->interface_id,
ES2_APB_CDSI0_CPORT, svc->ap_intf_id,
ES2_APB_CDSI1_CPORT, cport_flags);
OpenPOWER on IntegriCloud