]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun7i: Enable HDMI support on the Olimex EVB
authorMarcus Cooper <codekipper@gmail.com>
Thu, 1 Feb 2018 08:37:00 +0000 (09:37 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 13 Feb 2018 08:39:29 +0000 (09:39 +0100)
Enable the display pipeline and HDMI output on the Olimex
A20-SOM-EVB.

Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts

index 64c8ef9a275626bb05a89285fca8add576501e0e..44b9eefdbbf9465bb4992d193c023bb20f52241b 100644 (file)
@@ -61,6 +61,17 @@ chosen {
                stdout-path = "serial0:115200n8";
        };
 
+       hdmi-connector {
+               compatible = "hdmi-connector";
+               type = "a";
+
+               port {
+                       hdmi_con_in: endpoint {
+                               remote-endpoint = <&hdmi_out_con>;
+                       };
+               };
+       };
+
        leds {
                compatible = "gpio-leds";
                pinctrl-names = "default";
@@ -79,6 +90,10 @@ &ahci {
        status = "okay";
 };
 
+&de {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };
@@ -107,6 +122,16 @@ phy1: ethernet-phy@1 {
        };
 };
 
+&hdmi {
+       status = "okay";
+};
+
+&hdmi_out {
+       hdmi_out_con: endpoint {
+               remote-endpoint = <&hdmi_con_in>;
+       };
+};
+
 &i2c0 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c0_pins_a>;