diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-05-14 13:12:37 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-05-21 20:58:41 +0300 |
commit | 32232316de8e7d7e518d1e0869e61ad84bc27e11 (patch) | |
tree | 999678abc02e8ff5a124be0533af13cefb0ffd6f /arch/arm64/boot | |
parent | 664065217d477135d3fdab43be68c6eabaa4d336 (diff) | |
download | linux-32232316de8e7d7e518d1e0869e61ad84bc27e11.tar.xz |
arm64: dts: meson: sei510: enable i2c3
Add the i2c bus used for RGB led controller.
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-g12a-sei510.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts index bb45e3577ff5..f420935b76db 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts @@ -161,6 +161,12 @@ }; }; +&i2c3 { + status = "okay"; + pinctrl-0 = <&i2c3_sda_a_pins>, <&i2c3_sck_a_pins>; + pinctrl-names = "default"; +}; + &saradc { status = "okay"; vref-supply = <&vddio_ao1v8>; |