summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBeomho Seo <beomho.seo@samsung.com>2014-04-18 11:04:21 +0900
committerBeomho Seo <beomho.seo@samsung.com>2014-04-18 11:04:21 +0900
commitb7fffe69aafede2a9c495c47542a9e6f0549615a (patch)
tree497e8ae57131483dae60a930bdbe344b10a1d67e /arch
parentc2641847f1680bdcab5e850035c4e7b40db42160 (diff)
downloadlinux-3.10-b7fffe69aafede2a9c495c47542a9e6f0549615a.tar.gz
linux-3.10-b7fffe69aafede2a9c495c47542a9e6f0549615a.tar.bz2
linux-3.10-b7fffe69aafede2a9c495c47542a9e6f0549615a.zip
ARM: dts: exynos4412-trats2: remove incorrect device nodesubmit/tizen/20140418.050855
After the dts cleanup the gpio-keys device nodes were duplicated for trats2. One of them is incorrect. As a result volume up/down key not working. This patch remove duplicated and incorrect gpio-keys device node. Change-Id: I44c9529b25a28d41ea451861727d7aa84211976e Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos4412-trats2.dts32
1 files changed, 0 insertions, 32 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
index 21bedb4f037..810a5f4be99 100644
--- a/arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/arch/arm/boot/dts/exynos4412-trats2.dts
@@ -415,38 +415,6 @@
status = "okay";
};
- gpio-keys@0 {
- compatible = "gpio-keys";
-
- key@114 {
- interrupt-parent = <&gpj1>;
- interrupts = <2 0>;
- gpios = <&gpj1 2 1>;
- linux,code = <114>;
- label = "volume down";
- debounce-interval = <10>;
- };
-
- key@115 {
- interrupt-parent = <&gpj1>;
- interrupts = <1 0>;
- gpios = <&gpj1 1 1>;
- linux,code = <115>;
- label = "volume up";
- debounce-interval = <10>;
- };
-
- key@116 {
- interrupt-parent = <&gpx2>;
- interrupts = <7 0>;
- gpios = <&gpx2 7 1>;
- linux,code = <116>;
- label = "power";
- debounce-interval = <10>;
- gpio-key,wakeup;
- };
- };
-
i2c_ak8975: i2c-gpio-0 {
compatible = "i2c-gpio";
gpios = <&gpy2 4 0>, <&gpy2 5 0>;