mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-06-11 15:46:40 +02:00
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:
committed by
Bjorn Andersson
parent
3649a120a7
commit
7f45d77240
@@ -497,6 +497,17 @@
|
||||
&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>;
|
||||
|
||||
Reference in New Issue
Block a user