Browse Source

ARM: dts: am57xx: compulab-sb-som: add HDMI connector

Add HDMI connector node without a valid input endpoint.

CompuLab SB-SOM is a carrier board, hence the endpoint
should be added in the board DT with a valid HDMI output.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Dmitry Lifshitz 9 years ago
parent
commit
2e567d1c50
1 changed files with 7 additions and 0 deletions
  1. 7 0
      arch/arm/boot/dts/compulab-sb-som.dtsi

+ 7 - 0
arch/arm/boot/dts/compulab-sb-som.dtsi

@@ -39,4 +39,11 @@
 			pixelclk-active = <1>;
 		};
 	};
+
+	hdmi_conn: connector@0 {
+		compatible = "hdmi-connector";
+		label = "hdmi";
+
+		type = "a";
+	};
 };