arm64: dts: meson: sei510: enable i2c3
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 14 May 2019 10:12:37 +0000 (12:12 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 21 May 2019 17:58:41 +0000 (10:58 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts

index bb45e35..f420935 100644 (file)
        };
 };
 
+&i2c3 {
+       status = "okay";
+       pinctrl-0 = <&i2c3_sda_a_pins>, <&i2c3_sck_a_pins>;
+       pinctrl-names = "default";
+};
+
 &saradc {
        status = "okay";
        vref-supply = <&vddio_ao1v8>;