From: Neil Armstrong Date: Wed, 24 May 2017 08:28:22 +0000 (+0200) Subject: ARM64: dts: meson-gxl: Add CEC pins nodes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6d717619944fc4855f11596cc19be84605420c3e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM64: dts: meson-gxl: Add CEC pins nodes Add the AO and EE domain CEC pins nodes for the Amlogic Meson GXL SoCs. Signed-off-by: Neil Armstrong Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index 57fe1f50dbee..ff1200973c3f 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -190,6 +190,20 @@ function = "spdif_out_ao"; }; }; + + ao_cec_pins: ao_cec { + mux { + groups = "ao_cec"; + function = "cec_ao"; + }; + }; + + ee_cec_pins: ee_cec { + mux { + groups = "ee_cec"; + function = "cec_ao"; + }; + }; }; };