Skip to content

Commit be149c7

Browse files
Marek VasutShawn Guo
authored andcommitted
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: Marek Vasut <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent cbb6c3f commit be149c7

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

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

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,31 @@
2121
<0xb0000000 0x20000000>;
2222
};
2323

24-
soc {
25-
display1: display@di1 {
26-
compatible = "fsl,imx-parallel-display";
27-
interface-pix-fmt = "bgr666";
28-
pinctrl-names = "default";
29-
pinctrl-0 = <&pinctrl_ipu_disp1>;
30-
31-
display-timings {
32-
800x480p60 {
33-
native-mode;
34-
clock-frequency = <31500000>;
35-
hactive = <800>;
36-
vactive = <480>;
37-
hfront-porch = <40>;
38-
hback-porch = <88>;
39-
hsync-len = <128>;
40-
vback-porch = <33>;
41-
vfront-porch = <9>;
42-
vsync-len = <3>;
43-
vsync-active = <1>;
44-
};
24+
display1: display@di1 {
25+
compatible = "fsl,imx-parallel-display";
26+
interface-pix-fmt = "bgr666";
27+
pinctrl-names = "default";
28+
pinctrl-0 = <&pinctrl_ipu_disp1>;
29+
30+
display-timings {
31+
800x480p60 {
32+
native-mode;
33+
clock-frequency = <31500000>;
34+
hactive = <800>;
35+
vactive = <480>;
36+
hfront-porch = <40>;
37+
hback-porch = <88>;
38+
hsync-len = <128>;
39+
vback-porch = <33>;
40+
vfront-porch = <9>;
41+
vsync-len = <3>;
42+
vsync-active = <1>;
4543
};
44+
};
4645

47-
port {
48-
display1_in: endpoint {
49-
remote-endpoint = <&ipu_di1_disp1>;
50-
};
46+
port {
47+
display1_in: endpoint {
48+
remote-endpoint = <&ipu_di1_disp1>;
5149
};
5250
};
5351
};

0 commit comments

Comments
 (0)