1
0
Fork 0

ARM: dts: sun4i: Enable HDMI support on the Mele A1000

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
zero-sugar-mainline-defconfig
Stefan Monnier 2020-08-21 13:18:33 -04:00 committed by Maxime Ripard
parent 12bb1887be
commit 64faa10531
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
1 changed files with 25 additions and 0 deletions

View File

@ -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";