From: Neil Armstrong Date: Wed, 24 May 2017 08:28:21 +0000 (+0200) Subject: ARM64: dts: meson-gxbb: Add CEC pins nodes X-Git-Tag: v4.13-rc1~165^2~17^2~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a679f5d23d083ce25cc7ba49a239f16d76b258a7;p=linux.git ARM64: dts: meson-gxbb: Add CEC pins nodes Add the AO and EE domain CEC pins nodes for the Amlogic Meson GXBB SoCs. Signed-off-by: Neil Armstrong Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 47ca44d3f319..369c2b5076c2 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -242,6 +242,20 @@ mux { 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"; + }; + }; }; };