Skip to content

Commit

Permalink
arm64: dts: imx8mq-librem5: fix mipi_csi1 port number to sensor
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
merge authored and Shawn Guo committed Jan 29, 2022
1 parent 283d451 commit 5ea62d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1115,8 +1115,8 @@
status = "okay";

ports {
port@1 {
reg = <1>;
port@0 {
reg = <0>;

mipi1_sensor_ep: endpoint {
remote-endpoint = <&camera1_ep>;
Expand Down

0 comments on commit 5ea62d0

Please sign in to comment.