mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
ARM: dts: qcom: motorola-falcon: add accelerometer, magnetometer
Add the accelerometer and magnetometer that are present on the Motorola Moto G (2013) device. Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Link: https://lore.kernel.org/r/ZmWMh6fuLasvGkR/@standask-GA-A55M-S2HP Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
0e8a41e511
commit
5756101bab
@ -96,6 +96,35 @@ reserved@fb00000 {
|
||||
};
|
||||
};
|
||||
|
||||
&blsp1_i2c2 {
|
||||
status = "okay";
|
||||
|
||||
magnetometer@c {
|
||||
compatible = "asahi-kasei,ak8963";
|
||||
reg = <0xc>;
|
||||
interrupts-extended = <&tlmm 66 IRQ_TYPE_EDGE_FALLING>;
|
||||
reset-gpios = <&tlmm 62 GPIO_ACTIVE_LOW>;
|
||||
vdd-supply = <&pm8226_l19>;
|
||||
vid-supply = <&pm8226_lvs1>;
|
||||
pinctrl-0 = <&mag_int_default &mag_reset_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
accelerometer@19 {
|
||||
compatible = "st,lis3dh-accel";
|
||||
reg = <0x19>;
|
||||
interrupts-extended = <&tlmm 63 IRQ_TYPE_EDGE_FALLING>;
|
||||
vdd-supply = <&pm8226_l19>;
|
||||
vddio-supply = <&pm8226_lvs1>;
|
||||
pinctrl-0 = <&accel_int_default>;
|
||||
pinctrl-names = "default";
|
||||
mount-matrix = "0", "1", "0",
|
||||
"1", "0", "0",
|
||||
"0", "0", "-1";
|
||||
st,drdy-int-pin = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
&blsp1_i2c3 {
|
||||
status = "okay";
|
||||
|
||||
@ -321,6 +350,30 @@ &smbb {
|
||||
};
|
||||
|
||||
&tlmm {
|
||||
accel_int_default: accel-int-default-state {
|
||||
pins = "gpio63";
|
||||
function = "gpio";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
output-disable;
|
||||
};
|
||||
|
||||
mag_int_default: mag-int-default-state {
|
||||
pins = "gpio66";
|
||||
function = "gpio";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
output-disable;
|
||||
};
|
||||
|
||||
mag_reset_default: mag-reset-default-state {
|
||||
pins = "gpio62";
|
||||
function = "gpio";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
output-high;
|
||||
};
|
||||
|
||||
reg_lcd_default: reg-lcd-default-state {
|
||||
pins = "gpio31", "gpio33";
|
||||
function = "gpio";
|
||||
|
Loading…
Reference in New Issue
Block a user