Skip to content

Commit 5ea62d0

Browse files
mergeShawn Guo
authored andcommitted
arm64: dts: imx8mq-librem5: fix mipi_csi1 port number to sensor
Since the previous commit fixed a hardware description bug for imx8mq, we need to fix up all DT users like this. The mipi_csi port@0 is connected to the sensor, not port@1. Fixes: fed7603 ("arm64: dts: imx8mq-librem5: describe the selfie cam") Signed-off-by: Martin Kepplinger <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 283d451 commit 5ea62d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,8 +1115,8 @@
11151115
status = "okay";
11161116

11171117
ports {
1118-
port@1 {
1119-
reg = <1>;
1118+
port@0 {
1119+
reg = <0>;
11201120

11211121
mipi1_sensor_ep: endpoint {
11221122
remote-endpoint = <&camera1_ep>;

0 commit comments

Comments
 (0)