2020-08-21 19:53:45

by Stefan Monnier

[permalink] [raw]
Subject: [PATCH] ARM: dts: sun4i: Enable HDMI support on the Mele A1000

Enable the display pipeline and HDMI output.

Signed-off-by: Stefan Monnier <[email protected]>
---
arch/arm/boot/dts/sun4i-a10-a1000.dts | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

diff --git a/arch/arm/boot/dts/sun4i-a10-a1000.dts b/arch/arm/boot/dts/sun4i-a10-a1000.dts
index 8692b11a83c3..af8ab736fd3c 100644
--- a/arch/arm/boot/dts/sun4i-a10-a1000.dts
+++ b/arch/arm/boot/dts/sun4i-a10-a1000.dts
@@ -60,6 +60,17 @@
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";

@@ -133,6 +144,20 @@
status = "okay";
};

+&de {
+ status = "okay";
+};
+
+&hdmi {
+ status = "okay";
+};
+
+&hdmi_out {
+ hdmi_out_con: endpoint {
+ remote-endpoint = <&hdmi_con_in>;
+ };
+};
+
&i2c0 {
status = "okay";

--
2.20.1


2020-08-25 13:51:02

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: sun4i: Enable HDMI support on the Mele A1000

On Fri, Aug 21, 2020 at 01:18:33PM -0400, Stefan Monnier wrote:
> Enable the display pipeline and HDMI output.
>
> Signed-off-by: Stefan Monnier <[email protected]>

Applied, thanks!
Maxime


Attachments:
(No filename) (205.00 B)
signature.asc (235.00 B)
Download all attachments