ARM: dts: sun4i: Enable HDMI support on the Mele A1000
authorStefan Monnier <monnier@IRO.UMontreal.CA>
Fri, 21 Aug 2020 17:18:33 +0000 (13:18 -0400)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 25 Aug 2020 08:39:20 +0000 (10:39 +0200)
Enable the display pipeline and HDMI output.

Signed-off-by: Stefan Monnier <monnier@iro.umontreal.ca>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20200821171833.28177-1-monnier@iro.umontreal.ca
arch/arm/boot/dts/sun4i-a10-a1000.dts

index 8692b11a83c3ffc758da7a8dbd8a251c7a15b4cd..af8ab736fd3c7c85ba5042bcfbdb76b987c1ce8c 100644 (file)
                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";
 
        status = "okay";
 };
 
+&de {
+       status = "okay";
+};
+
+&hdmi {
+       status = "okay";
+};
+
+&hdmi_out {
+       hdmi_out_con: endpoint {
+               remote-endpoint = <&hdmi_con_in>;
+       };
+};
+
 &i2c0 {
        status = "okay";