]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun4i: Enable HDMI support on the MK802
authorMarcus Cooper <codekipper@gmail.com>
Tue, 30 Jan 2018 18:32:54 +0000 (19:32 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 13 Feb 2018 08:39:22 +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/sun4i-a10-mk802.dts

index 7198b34e2e5082cf41679f9bd3f3483539b947a0..982a704d56634c63ad9fa457472b7c207c01e03d 100644 (file)
@@ -56,12 +56,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";
 };
@@ -70,6 +85,16 @@ &ehci1 {
        status = "okay";
 };
 
+&hdmi {
+       status = "okay";
+};
+
+&hdmi_out {
+       hdmi_out_con: endpoint {
+               remote-endpoint = <&hdmi_con_in>;
+       };
+};
+
 &mmc0 {
        vmmc-supply = <&reg_vcc3v3>;
        bus-width = <4>;