Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19f0d87b authored by Beomho Seo's avatar Beomho Seo Committed by Kukjin Kim
Browse files

ARM: dts: remove unnecessary gpio-key nodes for exynos3250 boards



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: default avatarChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: default avatarBeomho Seo <beomho.seo@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent 3fc5f3a5
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -37,8 +37,6 @@
		compatible = "gpio-keys";
		compatible = "gpio-keys";


		power_key {
		power_key {
			interrupt-parent = <&gpx2>;
			interrupts = <7 0>;
			gpios = <&gpx2 7 1>;
			gpios = <&gpx2 7 1>;
			linux,code = <KEY_POWER>;
			linux,code = <KEY_POWER>;
			label = "power key";
			label = "power key";
+0 −2
Original line number Original line Diff line number Diff line
@@ -37,8 +37,6 @@
		compatible = "gpio-keys";
		compatible = "gpio-keys";


		power_key {
		power_key {
			interrupt-parent = <&gpx2>;
			interrupts = <7 0>;
			gpios = <&gpx2 7 1>;
			gpios = <&gpx2 7 1>;
			linux,code = <KEY_POWER>;
			linux,code = <KEY_POWER>;
			label = "power key";
			label = "power key";