Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun4i: Enable HDMI support on the MK802

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>

authored by

Marcus Cooper and committed by
Maxime Ripard
a816d946 0d059d32

+25
+25
arch/arm/boot/dts/sun4i-a10-mk802.dts
··· 56 56 chosen { 57 57 stdout-path = "serial0:115200n8"; 58 58 }; 59 + 60 + hdmi-connector { 61 + compatible = "hdmi-connector"; 62 + type = "a"; 63 + 64 + port { 65 + hdmi_con_in: endpoint { 66 + remote-endpoint = <&hdmi_out_con>; 67 + }; 68 + }; 69 + }; 59 70 }; 60 71 61 72 &codec { 73 + status = "okay"; 74 + }; 75 + 76 + &de { 62 77 status = "okay"; 63 78 }; 64 79 ··· 83 68 84 69 &ehci1 { 85 70 status = "okay"; 71 + }; 72 + 73 + &hdmi { 74 + status = "okay"; 75 + }; 76 + 77 + &hdmi_out { 78 + hdmi_out_con: endpoint { 79 + remote-endpoint = <&hdmi_con_in>; 80 + }; 86 81 }; 87 82 88 83 &mmc0 {