ARM: dts: qcom: msm8960: expressatt: Add Accelerometer

Add the Bosch Accelerometer.

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Rudraksha Gupta <guptarud@gmail.com>
Link: https://lore.kernel.org/r/20251124-expressatt_nfc_accel_magn_light-v4-6-9c5686ad67e2@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Rudraksha Gupta 2025-11-24 15:35:27 -08:00 committed by Bjorn Andersson
parent 3649a120a7
commit 7f45d77240

View File

@ -497,6 +497,17 @@ &gsbi12 {
&gsbi12_i2c {
status = "okay";
accelerometer@18 {
compatible = "bosch,bma254";
reg = <0x18>;
vdd-supply = <&pm8921_l9>;
vddio-supply = <&pm8921_lvs4>;
mount-matrix = "-1", "0", "0",
"0", "-1", "0",
"0", "0", "1";
};
magnetometer@2e {
compatible = "yamaha,yas532";
reg = <0x2e>;