ARM: dts: sun8i-h3: nanopi-m1-plus: enable HDMI
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 22 Jan 2019 07:46:46 +0000 (07:46 +0000)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 23 Jan 2019 10:39:09 +0000 (11:39 +0100)
This patch enable HDMI output on sun8i-h3-nanopi-m1-plus.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts

index 65cba10..4ec94d7 100644 (file)
                pinctrl-names = "default";
                reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
        };
+
+       connector {
+               compatible = "hdmi-connector";
+               type = "a";
+
+               port {
+                       hdmi_con_in: endpoint {
+                               remote-endpoint = <&hdmi_out_con>;
+                       };
+               };
+       };
+};
+
+&de {
+       status = "okay";
 };
 
 &ehci1 {
        };
 };
 
+&hdmi {
+       status = "okay";
+};
+
+&hdmi_out {
+       hdmi_out_con: endpoint {
+               remote-endpoint = <&hdmi_con_in>;
+       };
+};
+
 &ir {
        pinctrl-names = "default";
        pinctrl-0 = <&ir_pins_a>;