mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 17:04:50 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
aa2a5459aa
commit
53f965065a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user