summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBeomho Seo <beomho.seo@samsung.com>2014-05-07 14:30:18 +0900
committerChanho Park <chanho61.park@samsung.com>2014-08-08 15:19:52 +0900
commit32c4d0a585f4a3468583d53f72c6f7e2f660ce22 (patch)
tree2c4e8798654d5f21592fe44a891bf22d14f3bb4f /arch
parent2b6eda30ca374c013ff08731e5b2989d8fd3ec5f (diff)
downloadlinux-3.10-32c4d0a585f4a3468583d53f72c6f7e2f660ce22.tar.gz
linux-3.10-32c4d0a585f4a3468583d53f72c6f7e2f660ce22.tar.bz2
linux-3.10-32c4d0a585f4a3468583d53f72c6f7e2f660ce22.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')
-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";