From: Suniel Mahesh Date: Tue, 21 Jul 2020 15:24:36 +0000 (+0530) Subject: arm: dts: rockchip: Sync rk3288 dtsi from linux X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=e70d826c06f3b32513cc7c8d688208bd6266bf31;p=u-boot.git arm: dts: rockchip: Sync rk3288 dtsi from linux This sync has changes required to use HDMI CEC pin in U-Boot. Sync dts from linux v5.8-rc5 commit: "ARM: dts: rockchip: define the two possible rk3288 CEC pins" (sha1: 838980dd04e994bf81cf104fa01ae60802146b39) Signed-off-by: Suniel Mahesh Signed-off-by: Jagan Teki Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3288.dtsi b/arch/arm/dts/rk3288.dtsi index 866fc08215..18b372db3a 100644 --- a/arch/arm/dts/rk3288.dtsi +++ b/arch/arm/dts/rk3288.dtsi @@ -1085,6 +1085,12 @@ #interrupt-cells = <2>; }; + hdmi { + hdmi_cec_c0: hdmi-cec-c0 { + rockchip,pins = <7 RK_PC0 2 &pcfg_pull_none>; + }; + }; + pcfg_pull_up: pcfg-pull-up { bias-pull-up; };