Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff9dc0b9 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 2d4f6635
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -83,6 +83,18 @@


#include "axp209.dtsi"
#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 {
&lradc {
	vref-supply = <&reg_ldo2>;
	vref-supply = <&reg_ldo2>;
	status = "okay";
	status = "okay";