arm64: dts: imx8mq-librem5: fix mipi_csi1 port number to sensor
authorMartin Kepplinger <martin.kepplinger@puri.sm>
Fri, 21 Jan 2022 09:33:26 +0000 (10:33 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 29 Jan 2022 06:29:37 +0000 (14:29 +0800)
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: fed7603597fa ("arm64: dts: imx8mq-librem5: describe the selfie cam")
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

index f3e3418..2d4a472 100644 (file)
        status = "okay";
 
        ports {
-               port@1 {
-                       reg = <1>;
+               port@0 {
+                       reg = <0>;
 
                        mipi1_sensor_ep: endpoint {
                                remote-endpoint = <&camera1_ep>;