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:
Родитель
3fc5f3a572
Коммит
19f0d87bc2
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче