mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
arm64: dts: qcom: msm8916-samsung-e2015: Add accelerometer
E5, E7 and Grand Max have ST LIS2HH12 accelerometer. Add support for it. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com> Link: https://lore.kernel.org/r/20230716190807.7056-1-linmengbo0689@protonmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
45a6bf1b27
commit
3e9b36783b
|
|
@ -42,10 +42,27 @@
|
|||
|
||||
&blsp_i2c2 {
|
||||
/* lis2hh12 accelerometer instead of BMC150 */
|
||||
status = "disabled";
|
||||
|
||||
/delete-node/ accelerometer@10;
|
||||
/delete-node/ magnetometer@12;
|
||||
|
||||
accelerometer@1d {
|
||||
compatible = "st,lis2hh12";
|
||||
reg = <0x1d>;
|
||||
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <115 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
vdd-supply = <&pm8916_l5>;
|
||||
vddio-supply = <&pm8916_l5>;
|
||||
|
||||
st,drdy-int-pin = <1>;
|
||||
mount-matrix = "1", "0", "0",
|
||||
"0", "-1", "0",
|
||||
"0", "0", "1";
|
||||
|
||||
pinctrl-0 = <&accel_int_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
};
|
||||
|
||||
®_motor_vdd {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user