diff options
author | Ricardo Cañuelo <ricardo.canuelo@collabora.com> | 2020-05-14 16:36:10 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-05-20 04:57:14 +0200 |
commit | 103515d91832bb837159c37f0cb69d59d68a1dc2 (patch) | |
tree | c88902755c4e6a9c1bab6a2f0f06c8c6f2a63d95 /arch/arm/boot/dts/imx53-cx9020.dts | |
parent | ARM: dts: imx5: make src node name generic (diff) | |
download | linux-103515d91832bb837159c37f0cb69d59d68a1dc2.tar.xz linux-103515d91832bb837159c37f0cb69d59d68a1dc2.zip |
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 <ricardo.canuelo@collabora.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-cx9020.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-cx9020.dts | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/imx53-cx9020.dts b/arch/arm/boot/dts/imx53-cx9020.dts index 0a475c234054..cfb18849a92b 100644 --- a/arch/arm/boot/dts/imx53-cx9020.dts +++ b/arch/arm/boot/dts/imx53-cx9020.dts @@ -59,23 +59,26 @@ }; 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>; + }; }; }; }; |