From d5950a4cc72105b1b10b46b7decbb7bfa8bb74ae Mon Sep 17 00:00:00 2001 From: Beomho Seo Date: Wed, 7 May 2014 14:30:18 +0900 Subject: 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 --- arch/arm/boot/dts/exynos4412-trats2.dts | 8 -------- 1 file changed, 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"; -- cgit v1.2.3