diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-05-17 11:31:00 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-05-23 10:05:41 -0700 |
commit | ffe2f2a415a5c36c0629c0ac8ea3dda80fbfd4b6 (patch) | |
tree | bf13e78c7e111367a890e40c5658666875c4f4f0 /arch/arm64/boot | |
parent | c054b6c22911cb4a70c970b50aaa468f5ff22984 (diff) | |
download | blackbird-op-linux-ffe2f2a415a5c36c0629c0ac8ea3dda80fbfd4b6.tar.gz blackbird-op-linux-ffe2f2a415a5c36c0629c0ac8ea3dda80fbfd4b6.zip |
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 <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 6 |
1 files changed, 6 insertions, 0 deletions
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>; |