Commit 5ea62d06 authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Shawn Guo
Browse files

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: fed76035 ("arm64: dts: imx8mq-librem5: describe the selfie cam")
Signed-off-by: default avatarMartin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 283d4514
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1115,8 +1115,8 @@
	status = "okay";

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

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