From: Neil Armstrong Date: Wed, 24 May 2017 08:28:22 +0000 (+0200) Subject: ARM64: dts: meson-gxl: Add CEC pins nodes X-Git-Tag: v4.13-rc1~165^2~17^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6d717619944fc4855f11596cc19be84605420c3e;p=karo-tx-linux.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"; + }; + }; }; };