ARM: dts: s5pv210: Add BMA023 accelerometer support to Aries
Aries boards have a BMA023 accelerometer attached over i2c-gpio. Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
7c558af511
commit
c713a4e3e8
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user