summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubbaraman Narayanamurthy <subbaram@codeaurora.org>2017-01-04 17:46:51 -0800
committerSubbaraman Narayanamurthy <subbaram@codeaurora.org>2017-01-04 17:46:51 -0800
commit0b3390952c08e87cb2f9728ef1cccd39b7253eee (patch)
tree944ac4d11ed0d0fab5f6645b089d270db1ca47da
parent8bb66a7e413624884e697d295b7e136f96209cd9 (diff)
ARM: dts: msm: Specify the interrupts properly for haptics on pmi8998
Interrupts are not specified correctly for haptics device on pmi8998. Fix it. Change-Id: I9c98c7adacba359e35dec291a034c54bccf3cfbd Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msm-pmi8998.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/qcom/msm-pmi8998.dtsi b/arch/arm/boot/dts/qcom/msm-pmi8998.dtsi
index 99f3f58cc20e..b1880c076e1c 100644
--- a/arch/arm/boot/dts/qcom/msm-pmi8998.dtsi
+++ b/arch/arm/boot/dts/qcom/msm-pmi8998.dtsi
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -618,8 +618,8 @@
status = "disabled";
compatible = "qcom,qpnp-haptic";
reg = <0xc000 0x100>;
- interrupts = <0x3 0xc0 0x0>,
- <0x3 0xc0 0x1>;
+ interrupts = <0x3 0xc0 0x0 IRQ_TYPE_NONE>,
+ <0x3 0xc0 0x1 IRQ_TYPE_NONE>;
interrupt-names = "sc-irq", "play-irq";
qcom,actuator-type = "lra";
qcom,play-mode = "direct";