Skip to content

Commit 7f45d77

Browse files
Rudraksha Guptaandersson
authored andcommitted
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>
1 parent 3649a12 commit 7f45d77

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm/boot/dts/qcom/qcom-msm8960-samsung-expressatt.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,17 @@
497497
&gsbi12_i2c {
498498
status = "okay";
499499

500+
accelerometer@18 {
501+
compatible = "bosch,bma254";
502+
reg = <0x18>;
503+
vdd-supply = <&pm8921_l9>;
504+
vddio-supply = <&pm8921_lvs4>;
505+
506+
mount-matrix = "-1", "0", "0",
507+
"0", "-1", "0",
508+
"0", "0", "1";
509+
};
510+
500511
magnetometer@2e {
501512
compatible = "yamaha,yas532";
502513
reg = <0x2e>;

0 commit comments

Comments
 (0)