Commit cbb6c3fe authored by Marek Vasut's avatar Marek Vasut Committed by Shawn Guo

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: default avatarMarek Vasut <marex@denx.de>
Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 8f95da90
......@@ -43,11 +43,11 @@ display-timings {
vsync-active = <1>;
};
};
};
port {
display1_in: endpoint {
remote-endpoint = <&ipu_di1_disp1>;
port {
display1_in: endpoint {
remote-endpoint = <&ipu_di1_disp1>;
};
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment