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

arm64: dts: allwinner: h6: orangepi: Enable HDMI

Both, OrangePi One Plus and OrangePi Lite 2 have HDMI output. Enable it
in common DTSI.

Signed-off-by: Marcus Cooper <codekipper@gmail.com>
[patch split and commit message]
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Christopher Obbard <chris@64studio.com>
Tested-by: Christopher Obbard <chris@64studio.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>

authored by

Marcus Cooper and committed by
Maxime Ripard
2345b744 7ee32a17

+26
+26
arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi.dtsi
··· 20 20 stdout-path = "serial0:115200n8"; 21 21 }; 22 22 23 + connector { 24 + compatible = "hdmi-connector"; 25 + type = "a"; 26 + ddc-en-gpios = <&pio 7 2 GPIO_ACTIVE_HIGH>; /* PH2 */ 27 + 28 + port { 29 + hdmi_con_in: endpoint { 30 + remote-endpoint = <&hdmi_out_con>; 31 + }; 32 + }; 33 + }; 34 + 23 35 ext_osc32k: ext_osc32k_clk { 24 36 #clock-cells = <0>; 25 37 compatible = "fixed-clock"; ··· 64 52 }; 65 53 }; 66 54 55 + &de { 56 + status = "okay"; 57 + }; 58 + 67 59 &ehci0 { 68 60 status = "okay"; 69 61 }; ··· 79 63 &gpu { 80 64 mali-supply = <&reg_dcdcc>; 81 65 status = "okay"; 66 + }; 67 + 68 + &hdmi { 69 + status = "okay"; 70 + }; 71 + 72 + &hdmi_out { 73 + hdmi_out_con: endpoint { 74 + remote-endpoint = <&hdmi_con_in>; 75 + }; 82 76 }; 83 77 84 78 &mmc0 {