Skip to content

Commit eafaa60

Browse files
6by9pelwell
authored andcommitted
dts: bcm2712-rpi: For CM5IO, i2c_csi_dsi needs to be CAM/DISP1
Noted setting up a display on CM5IO. Add "dtoverlay=vc4-kms-dsi-ili7881-7inch" fails as it tries to find the regulator/backlight/touch on i2c_csi_dsi, which pointed at i2c_csi_dsi0 by default. Adding the dsi0 override updated to point at dsi0, and pointed the i2c at i2c_csi_dsi0, which all works. The default with i2c_csi_dsi needs to be consistent in using dsi1/csi1 and the corresponding i2c interface (i2c_csi_dsi1). Signed-off-by: Dave Stevenson <[email protected]>
1 parent 008c93b commit eafaa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5io.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ i2c_csi_dsi0: &i2c6 { // Note: This is for CAM/DISP 0 connector
1111
symlink = "i2c-6";
1212
};
1313

14-
i2c_csi_dsi: &i2c_csi_dsi0 { }; // The connector that needs no jumper to enable
14+
i2c_csi_dsi: &i2c_csi_dsi1 { }; // The connector that needs no jumper to enable

0 commit comments

Comments
 (0)