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

ARM: dts: sunxi: h2-plus-bananapi-m2-zero: Add HDMI out

Add HDMI out, including the display engine, to the BananaPi
M2 Zero.

Signed-off-by: Pieter Beers <pjbrs@floorenpj.xs4all.nl>
Reviewed-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210304191456.2895-2-pjbrs@floorenpj.xs4all.nl

authored by

Pieter Beers and committed by
Maxime Ripard
a4bb294c 7e206078

+25
+25
arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts
··· 26 26 stdout-path = "serial0:115200n8"; 27 27 }; 28 28 29 + connector { 30 + compatible = "hdmi-connector"; 31 + type = "c"; 32 + 33 + port { 34 + hdmi_con_in: endpoint { 35 + remote-endpoint = <&hdmi_out_con>; 36 + }; 37 + }; 38 + }; 39 + 29 40 leds { 30 41 compatible = "gpio-leds"; 31 42 ··· 114 103 cpu-supply = <&reg_vdd_cpux>; 115 104 }; 116 105 106 + &de { 107 + status = "okay"; 108 + }; 109 + 117 110 &ehci0 { 118 111 status = "okay"; 112 + }; 113 + 114 + &hdmi { 115 + status = "okay"; 116 + }; 117 + 118 + &hdmi_out { 119 + hdmi_out_con: endpoint { 120 + remote-endpoint = <&hdmi_con_in>; 121 + }; 119 122 }; 120 123 121 124 &mmc0 {