From: Jerome Brunet Date: Thu, 17 May 2018 09:31:00 +0000 (+0200) Subject: ARM64: dts: meson-axg: enable i2c AO on the S400 board X-Git-Tag: v4.18-rc1~50^2~15^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ffe2f2a415a5c36c0629c0ac8ea3dda80fbfd4b6;p=uclinux-h8%2Flinux.git ARM64: dts: meson-axg: enable i2c AO on the S400 board The i2c AO is used for the MIC daughter card of the S400 board Signed-off-by: Jerome Brunet Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index b3e1bdca32bb..4b3331fbfe39 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -95,6 +95,12 @@ pinctrl-names = "default"; }; +&i2c_AO { + status = "okay"; + pinctrl-0 = <&i2c_ao_sck_10_pins>, <&i2c_ao_sda_11_pins>; + pinctrl-names = "default"; +}; + &pwm_ab { status = "okay"; pinctrl-0 = <&pwm_a_x20_pins>;