OSDN Git Service

ARM: dts: remove unnecessary gpio-key nodes for exynos3250 boards
authorBeomho Seo <beomho.seo@samsung.com>
Mon, 12 Jan 2015 09:00:09 +0000 (18:00 +0900)
committerKukjin Kim <kgene@kernel.org>
Mon, 12 Jan 2015 09:03:16 +0000 (18:03 +0900)
This patch removes unnecessary property of gpio-keys node. The
gpio-keys driver doesn't use interrupts and interrupt-parent.

Cc: Youngjun Cho <yj44.cho@samsung.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos3250-monk.dts
arch/arm/boot/dts/exynos3250-rinato.dts

index 0c1d85d..2431b81 100644 (file)
@@ -37,8 +37,6 @@
                compatible = "gpio-keys";
 
                power_key {
-                       interrupt-parent = <&gpx2>;
-                       interrupts = <7 0>;
                        gpios = <&gpx2 7 1>;
                        linux,code = <KEY_POWER>;
                        label = "power key";
index bf4c17b..a2cbc6d 100644 (file)
@@ -37,8 +37,6 @@
                compatible = "gpio-keys";
 
                power_key {
-                       interrupt-parent = <&gpx2>;
-                       interrupts = <7 0>;
                        gpios = <&gpx2 7 1>;
                        linux,code = <KEY_POWER>;
                        label = "power key";