Skip to content

Commit cbb6c3f

Browse files
Marek VasutShawn Guo
authored andcommitted
ARM: dts: mx5: Fix IPU port node placement
The "port" node was misplaced in the original patch, therefore making the LCD dysfunctional on this board. Fix this by moving the "port" DT node into the "display {}" node. Signed-off-by: Marek Vasut <[email protected]> Acked-by: Philipp Zabel <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 8f95da9 commit cbb6c3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/imx53-m53evk.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
vsync-active = <1>;
4444
};
4545
};
46-
};
4746

48-
port {
49-
display1_in: endpoint {
50-
remote-endpoint = <&ipu_di1_disp1>;
47+
port {
48+
display1_in: endpoint {
49+
remote-endpoint = <&ipu_di1_disp1>;
50+
};
5151
};
5252
};
5353
};

0 commit comments

Comments
 (0)