Skip to content

Commit 283d451

Browse files
mergeShawn Guo
authored andcommitted
arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers
The port numbers for the imx8mq mipi csi controller are wrong and the mipi driver can't find any media devices as port@1 is connected to the CSI bridge, not port@0. And port@0 is connected to the source - the sensor. Fix this. Fixes: bcadd5f ("arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions") Signed-off-by: Martin Kepplinger <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 6d58c5e commit 283d451

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,8 +1151,8 @@
11511151
#address-cells = <1>;
11521152
#size-cells = <0>;
11531153

1154-
port@0 {
1155-
reg = <0>;
1154+
port@1 {
1155+
reg = <1>;
11561156

11571157
csi1_mipi_ep: endpoint {
11581158
remote-endpoint = <&csi1_ep>;
@@ -1203,8 +1203,8 @@
12031203
#address-cells = <1>;
12041204
#size-cells = <0>;
12051205

1206-
port@0 {
1207-
reg = <0>;
1206+
port@1 {
1207+
reg = <1>;
12081208

12091209
csi2_mipi_ep: endpoint {
12101210
remote-endpoint = <&csi2_ep>;

0 commit comments

Comments
 (0)