]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: omap: fix OMAP3 CM-T3x OF graph video connectors
authorRob Herring <robh@kernel.org>
Tue, 8 May 2018 13:59:30 +0000 (08:59 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 15 May 2018 18:09:55 +0000 (11:09 -0700)
The OMAP3 CM-T3x based boards define 2 /connector nodes for S-Video and
DVI output. However, since they have the same node name, the S-Video
connector overwritten. This leaves a dangling graph connection which
gives the following warning:

arch/arm/boot/dts/omap3-sbc-t3517.dtb: Warning (graph_endpoint):
/ocp@68000000/dss@48050000/encoder@48050c00/port/endpoint: graph
connection to node '/connector/port/endpoint' is not bidirectional

Fix this by renaming the nodes to s-video-connector and dvi-connector.

Cc: "BenoƮt Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-cm-t3x.dtsi
arch/arm/boot/dts/omap3-sb-t35.dtsi

index 9dcb18d22cde9dbc7620497256b9e9ead84d06f8..cdb632df152a1fb9d7ca4048b42065309942cabe 100644 (file)
@@ -60,7 +60,7 @@
                regulator-max-microvolt = <3300000>;
        };
 
-       tv0: connector {
+       tv0: svideo-connector {
                compatible = "svideo-connector";
                label = "tv";
 
index 22b4c8bdcc65211f9f3fa8d52caa4d5d7ed0db96..fb9842fa922c3f6bf632c4f29971a9443de5e124 100644 (file)
@@ -34,7 +34,7 @@
                };
        };
 
-       dvi0: connector {
+       dvi0: dvi-connector {
                compatible = "dvi-connector";
                label = "dvi";