diff options
author | Beomho Seo <beomho.seo@samsung.com> | 2014-04-18 11:04:21 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:28 +0900 |
commit | 693d743511891efe3600538f6c628e97718d656f (patch) | |
tree | 0559ce4ae8501b49dfd90644a0f3397605f0e004 /arch | |
parent | 893d9ba5f3b16edbe13cab405077f5e93245b1c7 (diff) | |
download | linux-3.10-693d743511891efe3600538f6c628e97718d656f.tar.gz linux-3.10-693d743511891efe3600538f6c628e97718d656f.tar.bz2 linux-3.10-693d743511891efe3600538f6c628e97718d656f.zip |
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 <beomho.seo@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-trats2.dts | 32 |
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>; |