Commit 107bc3c4 authored by Rob Herring's avatar Rob Herring Committed by Tony Lindgren

ARM: dts: omap: fix OMAP3 CM-T3x OF graph video connectors

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: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 0e6a73b1
......@@ -60,7 +60,7 @@ ads7846reg: ads7846-reg {
regulator-max-microvolt = <3300000>;
};
tv0: connector {
tv0: svideo-connector {
compatible = "svideo-connector";
label = "tv";
......
......@@ -34,7 +34,7 @@ tfp410_out: endpoint {
};
};
dvi0: connector {
dvi0: dvi-connector {
compatible = "dvi-connector";
label = "dvi";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment