summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorBeomho Seo <beomho.seo@samsung.com>2014-05-07 14:30:18 +0900
committerChanho Park <cometzero@review.tizen.org>2014-05-07 23:11:30 -0700
commitcd9846e140c4419ad5a3001a5fb636e3177d3a32 (patch)
treed6d28a6945c46b6687d2e787d0ab00b08aef0508 /arch/arm/boot
parent77daa1ef56986118676807ff68c7d846e53d9f50 (diff)
downloadlinux-3.10-cd9846e140c4419ad5a3001a5fb636e3177d3a32.tar.gz
linux-3.10-cd9846e140c4419ad5a3001a5fb636e3177d3a32.tar.bz2
linux-3.10-cd9846e140c4419ad5a3001a5fb636e3177d3a32.zip
ARM: dts: trats2: remove property from nodes of keys
This patch removed interrupt-parent and interrupts propertoes from nodes of the keys. Because they are not part of the device tree bindings. Change-Id: I73af25dde2308769a453a43133cc65f33dd3aef0 Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/exynos4412-trats2.dts8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
index 67d4e051bc9..d7699a3f25a 100644
--- a/arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/arch/arm/boot/dts/exynos4412-trats2.dts
@@ -208,8 +208,6 @@
compatible = "gpio-keys";
key@114 {
- interrupt-parent = <&gpx3>;
- interrupts = <3 0>;
gpios = <&gpx3 3 1>;
linux,code = <114>;
label = "volume down";
@@ -217,8 +215,6 @@
};
key@115 {
- interrupt-parent = <&gpx2>;
- interrupts = <2 0>;
gpios = <&gpx2 2 1>;
linux,code = <115>;
label = "volume up";
@@ -226,8 +222,6 @@
};
key@116 {
- interrupt-parent = <&gpx2>;
- interrupts = <7 0>;
gpios = <&gpx2 7 1>;
linux,code = <116>;
label = "power";
@@ -236,8 +230,6 @@
};
key@139 {
- interrupt-parent = <&gpx0>;
- interrupts = <1 0>;
gpios = <&gpx0 1 1>;
linux,code = <139>;
label = "ok";