diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-10-24 17:31:14 -0500 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-10-24 17:31:14 -0500 |
commit | b34a82f06f7eaab799b902841e0558b4e70d9b0d (patch) | |
tree | bfbb99c368963279a31b5d0c6939e26c7d1e50b9 /arch/arm64/boot | |
parent | 82f07cbd408993551bd3e4cf51da1bb822f61f26 (diff) | |
download | linux-b34a82f06f7eaab799b902841e0558b4e70d9b0d.tar.gz |
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 22efef1ca05d2c96730060750d00205c49b8b39c.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts index c7f88fdbfd00..d4d33dd3584a 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts +++ b/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts @@ -101,41 +101,6 @@ }; }; -&blsp_i2c2 { - status = "okay"; - - magnetometer@c { - compatible = "asahi-kasei,ak09911"; - reg = <0x0c>; - - vdd-supply = <&pm8916_l8>; - vid-supply = <&pm8916_l6>; - - reset-gpios = <&msmgpio 112 GPIO_ACTIVE_LOW>; - - pinctrl-names = "default"; - pinctrl-0 = <&mag_reset_default>; - }; - - imu@68 { - compatible = "invensense,mpu6515"; - reg = <0x68>; - - interrupt-parent = <&msmgpio>; - interrupts = <36 IRQ_TYPE_EDGE_RISING>; - - vdd-supply = <&pm8916_l17>; - vddio-supply = <&pm8916_l6>; - - pinctrl-names = "default"; - pinctrl-0 = <&imu_default>; - - mount-matrix = "1", "0", "0", - "0", "-1", "0", - "0", "0", "1"; - }; -}; - &blsp_i2c5 { status = "okay"; @@ -322,22 +287,6 @@ bias-disable; }; - imu_default: imu-default { - pins = "gpio36"; - function = "gpio"; - - drive-strength = <2>; - bias-disable; - }; - - mag_reset_default: mag-reset-default { - pins = "gpio112"; - function = "gpio"; - - drive-strength = <2>; - bias-disable; - }; - sd_vmmc_en_default: sd-vmmc-en-default { pins = "gpio87"; function = "gpio"; |