Skip to content

Commit

Permalink
ARM64: dts: meson-axg: enable i2c AO on the S400 board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jbrun3t authored and khilman committed May 23, 2018
1 parent c054b6c commit ffe2f2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit ffe2f2a

Please sign in to comment.