diff options
author | Stefan Monnier <monnier@IRO.UMontreal.CA> | 2020-08-21 13:18:33 -0400 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-08-25 10:39:20 +0200 |
commit | 64faa1053197bd69204bdebe815aeb2447991481 (patch) | |
tree | 9e6aa82a2c25962fd6eea6fe9e993de6bea39f08 /arch/arm/boot/dts/sun4i-a10-a1000.dts | |
parent | 12bb1887be9dc8ca88fccd4da4d8d9eaae561239 (diff) | |
download | linux-stable-64faa1053197bd69204bdebe815aeb2447991481.tar.gz |
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
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10-a1000.dts')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-a1000.dts | 25 |
1 files changed, 25 insertions, 0 deletions
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"; |