diff options
author | Martin Kepplinger <martin.kepplinger@puri.sm> | 2022-01-21 10:33:26 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-01-29 07:29:37 +0100 |
commit | 5ea62d06b1899f63c4374f52c8d40c43cad69ec0 (patch) | |
tree | 1a3d746e1134a6f9d54e904bc46029b25e36c4b2 /arch/arm64 | |
parent | arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers (diff) | |
download | linux-5ea62d06b1899f63c4374f52c8d40c43cad69ec0.tar.xz linux-5ea62d06b1899f63c4374f52c8d40c43cad69ec0.zip |
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: 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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index f3e3418f7edc..2d4a472af6a9 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -1115,8 +1115,8 @@ status = "okay"; ports { - port@1 { - reg = <1>; + port@0 { + reg = <0>; mipi1_sensor_ep: endpoint { remote-endpoint = <&camera1_ep>; |