Use 4 lanes at 960MHz to support camera modules requiring higher
bandwidths until we implement support for dynamic bandwidth calculation.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
if (nstreams && !(resp->flags & GB_CAMERA_CONFIGURE_STREAMS_ADJUSTED)) {
csi_cfg.csi_id = 1;
csi_cfg.clock_mode = 0;
- csi_cfg.num_lanes = 2;
- csi_cfg.bus_freq = 250000000;
+ csi_cfg.num_lanes = 4;
+ csi_cfg.bus_freq = 960000000;
ret = es2_ap_csi_setup(gcam->connection->hd, true, &csi_cfg);
} else if (nstreams == 0) {