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

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
......@@ -149,9 +149,13 @@ i2c_accel: i2c-gpio-1 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment