Commit c713a4e3 authored by Jonathan Bakker's avatar Jonathan Bakker Committed by Krzysztof Kozlowski
Browse files

ARM: dts: s5pv210: Add BMA023 accelerometer support to Aries



Aries boards have a BMA023 accelerometer attached over i2c-gpio.

Signed-off-by: default avatarJonathan Bakker <xc-racer2@live.ca>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 7c558af5
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -149,9 +149,13 @@
		pinctrl-names = "default";
		pinctrl-0 = <&accel_i2c_pins>;

		status = "disabled";
		accelerometer@38 {
			compatible = "bosch,bma023";
			reg = <0x38>;

		/* bma023 accelerometer, no mainline binding */
			vdd-supply = <&ldo9_reg>;
			vddio-supply = <&ldo9_reg>;
		};
	};

	i2c_pmic: i2c-gpio-2 {