]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun7i: Enable HDMI support on the MK808C
authorMarcus Cooper <codekipper@gmail.com>
Mon, 29 Jan 2018 09:23:10 +0000 (10:23 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 13 Feb 2018 08:39:20 +0000 (09:39 +0100)
Enable the display pipeline and HDMI output

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

index f7413094183c01e538068c089653c7c44dc640ba..5b5773b3464021342d3f3904b64f6a707d614306 100644 (file)
@@ -66,12 +66,27 @@ aliases {
        chosen {
                stdout-path = "serial0:115200n8";
        };
+
+       hdmi-connector {
+               compatible = "hdmi-connector";
+               type = "a";
+
+               port {
+                       hdmi_con_in: endpoint {
+                               remote-endpoint = <&hdmi_out_con>;
+                       };
+               };
+       };
 };
 
 &codec {
        status = "okay";
 };
 
+&de {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };
@@ -80,6 +95,16 @@ &ehci1 {
        status = "okay";
 };
 
+&hdmi {
+       status = "okay";
+};
+
+&hdmi_out {
+       hdmi_out_con: endpoint {
+       remote-endpoint = <&hdmi_con_in>;
+       };
+};
+
 &i2c0 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c0_pins_a>;