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: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
This commit is contained in:
Beomho Seo 2015-01-12 18:00:09 +09:00 коммит произвёл Kukjin Kim
Родитель 3fc5f3a572
Коммит 19f0d87bc2
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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";

Просмотреть файл

@ -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";