|
@@ -107,7 +107,7 @@ static int v4l2_fwnode_endpoint_parse_csi2_bus(struct fwnode_handle *fwnode,
|
|
if (fwnode_property_present(fwnode, "clock-noncontinuous")) {
|
|
if (fwnode_property_present(fwnode, "clock-noncontinuous")) {
|
|
flags |= V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK;
|
|
flags |= V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK;
|
|
pr_debug("non-continuous clock\n");
|
|
pr_debug("non-continuous clock\n");
|
|
- } else if (have_clk_lane || bus->num_data_lanes > 0) {
|
|
|
|
|
|
+ } else {
|
|
flags |= V4L2_MBUS_CSI2_CONTINUOUS_CLOCK;
|
|
flags |= V4L2_MBUS_CSI2_CONTINUOUS_CLOCK;
|
|
}
|
|
}
|
|
|
|
|