mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43: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:
parent
3649a120a7
commit
7f45d77240
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user