ARM: dts: sun4i: inet97fv2: Enable i2c1 and i2c2 controllers

Enable i2c1 and i2c2 controllers, these are used for the touchscreen resp.
the accelerometer.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Hans de Goede 2015-08-24 00:37:26 +02:00 коммит произвёл Maxime Ripard
Родитель 2d4f66355b
Коммит ff9dc0b93b
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -83,6 +83,18 @@
#include "axp209.dtsi"
&i2c1 {
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins_a>;
status = "okay";
};
&i2c2 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins_a>;
status = "okay";
};
&lradc {
vref-supply = <&reg_ldo2>;
status = "okay";