From d1fae81ee1b7e5c1259119e35e9c100e8e9f2a2d Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Mon, 14 Jun 2021 22:39:58 +0200 Subject: [PATCH 060/101] arm64:dts: sun50i-h616-x96-mate add hdmi Signed-off-by: Jernej Skrabec --- .../dts/allwinner/sun50i-h616-x96-mate.dts | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts index 51f1764ed..3640160a3 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts @@ -23,6 +23,17 @@ chosen { stdout-path = "serial0:115200n8"; }; + connector { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi_con_in: endpoint { + remote-endpoint = <&hdmi_out_con>; + }; + }; + }; + reg_vcc5v: vcc5v { /* board wide 5V supply directly from the DC input */ compatible = "regulator-fixed"; @@ -33,6 +44,10 @@ reg_vcc5v: vcc5v { }; }; +&de { + status = "okay"; +}; + &ehci0 { status = "okay"; }; @@ -52,6 +67,17 @@ &emac1 { status = "okay"; }; +&hdmi { + hvcc-supply = <®_bldo1>; + status = "okay"; +}; + +&hdmi_out { + hdmi_out_con: endpoint { + remote-endpoint = <&hdmi_con_in>; + }; +}; + &ir { status = "okay"; }; -- 2.31.1