summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFei Mao <feim1@codeaurora.org>2018-09-28 18:44:25 +0800
committerFei Mao <feim1@codeaurora.org>2018-10-08 18:09:28 +0800
commit4b3aa961917d6d7015a5d78ea5dea8f59c588e55 (patch)
treeed28a1373df06964cc74aec9e3c2d90a0af5ce51
parent3b8fc0b7a3fcc809378d82dbf66b417e186af205 (diff)
ARM: dts: msm: remove HOME gpio key for qrd devices
For qrd devices, remove HOME gpio key to fix driver probe issue. Change-Id: I46ba4ef05c795fced67f2db59a3f5ce183bdeba8 Signed-off-by: Fei Mao <feim1@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/sdm630-qrd.dtsi12
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630-qrd.dtsi b/arch/arm/boot/dts/qcom/sdm630-qrd.dtsi
index 384e24d221c4..82e80891e05d 100644
--- a/arch/arm/boot/dts/qcom/sdm630-qrd.dtsi
+++ b/arch/arm/boot/dts/qcom/sdm630-qrd.dtsi
@@ -1,4 +1,4 @@
-/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2017-2018, 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
@@ -366,16 +366,6 @@
gpio-key,wakeup;
debounce-interval = <15>;
};
-
- home {
- label = "home";
- gpios = <&pm660_gpios 11 0x1>;
- linux,input-type = <1>;
- linux,code = <102>;
- gpio-key,wakeup;
- debounce-interval = <15>;
- };
-
};
hbtp {