ARM: dts: imx53-cx9020: Group port definitions for the dvi-converter
authorRicardo Cañuelo <ricardo.canuelo@collabora.com>
Thu, 14 May 2020 14:36:10 +0000 (16:36 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 02:57:14 +0000 (10:57 +0800)
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 <ricardo.canuelo@collabora.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53-cx9020.dts

index 0a475c234054bb6e3389edee70f1c6bcc905771f..cfb18849a92b4e249b1123cec4e295e5260d3185 100644 (file)
        };
 
        dvi-converter {
-               #address-cells = <1>;
-               #size-cells = <0>;
                compatible = "ti,tfp410";
 
-               port@0 {
-                       reg = <0>;
+               ports {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+
+                       port@0 {
+                               reg = <0>;
 
-                       tfp410_in: endpoint {
-                               remote-endpoint = <&display0_out>;
+                               tfp410_in: endpoint {
+                                       remote-endpoint = <&display0_out>;
+                               };
                        };
-               };
 
-               port@1 {
-                       reg = <1>;
+                       port@1 {
+                               reg = <1>;
 
-                       tfp410_out: endpoint {
-                               remote-endpoint = <&dvi_connector_in>;
+                               tfp410_out: endpoint {
+                                       remote-endpoint = <&dvi_connector_in>;
+                               };
                        };
                };
        };