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

ARM: dts: mx5: Move the display out of soc {} node

Move the display {} node out of the soc {} node . This just aligns
the DT with other boards, there is no functional change.
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent cbb6c3fe
...@@ -21,33 +21,31 @@ memory { ...@@ -21,33 +21,31 @@ memory {
<0xb0000000 0x20000000>; <0xb0000000 0x20000000>;
}; };
soc { display1: display@di1 {
display1: display@di1 { compatible = "fsl,imx-parallel-display";
compatible = "fsl,imx-parallel-display"; interface-pix-fmt = "bgr666";
interface-pix-fmt = "bgr666"; pinctrl-names = "default";
pinctrl-names = "default"; pinctrl-0 = <&pinctrl_ipu_disp1>;
pinctrl-0 = <&pinctrl_ipu_disp1>;
display-timings {
display-timings { 800x480p60 {
800x480p60 { native-mode;
native-mode; clock-frequency = <31500000>;
clock-frequency = <31500000>; hactive = <800>;
hactive = <800>; vactive = <480>;
vactive = <480>; hfront-porch = <40>;
hfront-porch = <40>; hback-porch = <88>;
hback-porch = <88>; hsync-len = <128>;
hsync-len = <128>; vback-porch = <33>;
vback-porch = <33>; vfront-porch = <9>;
vfront-porch = <9>; vsync-len = <3>;
vsync-len = <3>; vsync-active = <1>;
vsync-active = <1>;
};
}; };
};
port { port {
display1_in: endpoint { display1_in: endpoint {
remote-endpoint = <&ipu_di1_disp1>; 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