ARM64: dts: meson-axg: enable i2c AO on the S400 board
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 17 May 2018 09:31:00 +0000 (11:31 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 23 May 2018 17:05:41 +0000 (10:05 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index b3e1bdc..4b3331f 100644 (file)
        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>;