From f29c0f254a537229fac8c20faa2004f0ad639543 Mon Sep 17 00:00:00 2001 From: Beomho Seo Date: Fri, 18 Apr 2014 11:04:21 +0900 Subject: [PATCH] ARM: dts: exynos4412-trats2: remove incorrect device node 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 --- arch/arm/boot/dts/exynos4412-trats2.dts | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index 21bedb4..810a5f4 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>; -- 2.7.4