Skip to content

Commit 103515d

Browse files
Ricardo CañueloShawn Guo
authored andcommitted
ARM: dts: imx53-cx9020: Group port definitions for the dvi-converter
Group the port definitions of the dvi-converter in a 'ports' node to make it compliant with the ti,tfp410 binding. Signed-off-by: Ricardo Cañuelo <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 6a3153e commit 103515d

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

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

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,26 @@
5959
};
6060

6161
dvi-converter {
62-
#address-cells = <1>;
63-
#size-cells = <0>;
6462
compatible = "ti,tfp410";
6563

66-
port@0 {
67-
reg = <0>;
64+
ports {
65+
#address-cells = <1>;
66+
#size-cells = <0>;
67+
68+
port@0 {
69+
reg = <0>;
6870

69-
tfp410_in: endpoint {
70-
remote-endpoint = <&display0_out>;
71+
tfp410_in: endpoint {
72+
remote-endpoint = <&display0_out>;
73+
};
7174
};
72-
};
7375

74-
port@1 {
75-
reg = <1>;
76+
port@1 {
77+
reg = <1>;
7678

77-
tfp410_out: endpoint {
78-
remote-endpoint = <&dvi_connector_in>;
79+
tfp410_out: endpoint {
80+
remote-endpoint = <&dvi_connector_in>;
81+
};
7982
};
8083
};
8184
};

0 commit comments

Comments
 (0)