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 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

authored by

Stefan Monnier and committed by
Maxime Ripard
64faa105 12bb1887

+25
+25
arch/arm/boot/dts/sun4i-a10-a1000.dts
··· 60 60 stdout-path = "serial0:115200n8"; 61 61 }; 62 62 63 + hdmi-connector { 64 + compatible = "hdmi-connector"; 65 + type = "a"; 66 + 67 + port { 68 + hdmi_con_in: endpoint { 69 + remote-endpoint = <&hdmi_out_con>; 70 + }; 71 + }; 72 + }; 73 + 63 74 leds { 64 75 compatible = "gpio-leds"; 65 76 ··· 142 131 143 132 &emac_sram { 144 133 status = "okay"; 134 + }; 135 + 136 + &de { 137 + status = "okay"; 138 + }; 139 + 140 + &hdmi { 141 + status = "okay"; 142 + }; 143 + 144 + &hdmi_out { 145 + hdmi_out_con: endpoint { 146 + remote-endpoint = <&hdmi_con_in>; 147 + }; 145 148 }; 146 149 147 150 &i2c0 {