Skip to content

Commit b34a82f

Browse files
committed
Revert "arm64: dts: qcom: msm8916-asus-z00l: Add sensors"
I didn't notice that I already had applied this patch and while this builds fine one copy is enough. This reverts commit 22efef1. Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 82f07cb commit b34a82f

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -101,41 +101,6 @@
101101
};
102102
};
103103

104-
&blsp_i2c2 {
105-
status = "okay";
106-
107-
magnetometer@c {
108-
compatible = "asahi-kasei,ak09911";
109-
reg = <0x0c>;
110-
111-
vdd-supply = <&pm8916_l8>;
112-
vid-supply = <&pm8916_l6>;
113-
114-
reset-gpios = <&msmgpio 112 GPIO_ACTIVE_LOW>;
115-
116-
pinctrl-names = "default";
117-
pinctrl-0 = <&mag_reset_default>;
118-
};
119-
120-
imu@68 {
121-
compatible = "invensense,mpu6515";
122-
reg = <0x68>;
123-
124-
interrupt-parent = <&msmgpio>;
125-
interrupts = <36 IRQ_TYPE_EDGE_RISING>;
126-
127-
vdd-supply = <&pm8916_l17>;
128-
vddio-supply = <&pm8916_l6>;
129-
130-
pinctrl-names = "default";
131-
pinctrl-0 = <&imu_default>;
132-
133-
mount-matrix = "1", "0", "0",
134-
"0", "-1", "0",
135-
"0", "0", "1";
136-
};
137-
};
138-
139104
&blsp_i2c5 {
140105
status = "okay";
141106

@@ -322,22 +287,6 @@
322287
bias-disable;
323288
};
324289

325-
imu_default: imu-default {
326-
pins = "gpio36";
327-
function = "gpio";
328-
329-
drive-strength = <2>;
330-
bias-disable;
331-
};
332-
333-
mag_reset_default: mag-reset-default {
334-
pins = "gpio112";
335-
function = "gpio";
336-
337-
drive-strength = <2>;
338-
bias-disable;
339-
};
340-
341290
sd_vmmc_en_default: sd-vmmc-en-default {
342291
pins = "gpio87";
343292
function = "gpio";

0 commit comments

Comments
 (0)