diff options
author | Marcus Cooper <codekipper@gmail.com> | 2018-01-29 10:23:10 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-02-13 09:39:20 +0100 |
commit | 0d059d325746811ff3b3ca5e466f5d5d3ea04a8a (patch) | |
tree | 2306f23a4d0f03ffc17e77dbe03cdb98982c85d0 /arch/arm/boot/dts/sun7i-a20-mk808c.dts | |
parent | 978e47cc8f8a9a5879fdf455ce5315f574e662a6 (diff) | |
download | linux-0d059d325746811ff3b3ca5e466f5d5d3ea04a8a.tar.gz |
ARM: dts: sun7i: Enable HDMI support on the MK808C
Enable the display pipeline and HDMI output
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-mk808c.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-mk808c.dts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-mk808c.dts b/arch/arm/boot/dts/sun7i-a20-mk808c.dts index f7413094183c..5b5773b34640 100644 --- a/arch/arm/boot/dts/sun7i-a20-mk808c.dts +++ b/arch/arm/boot/dts/sun7i-a20-mk808c.dts @@ -66,12 +66,27 @@ chosen { stdout-path = "serial0:115200n8"; }; + + hdmi-connector { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi_con_in: endpoint { + remote-endpoint = <&hdmi_out_con>; + }; + }; + }; }; &codec { status = "okay"; }; +&de { + status = "okay"; +}; + &ehci0 { status = "okay"; }; @@ -80,6 +95,16 @@ status = "okay"; }; +&hdmi { + status = "okay"; +}; + +&hdmi_out { + hdmi_out_con: endpoint { + remote-endpoint = <&hdmi_con_in>; + }; +}; + &i2c0 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins_a>; |