Commit 24babe69 authored by Alban Bedel's avatar Alban Bedel Committed by Paul Burton

MIPS: ath79: Use the IRQ based GPIO key driver for the buttons

Now that the GPIO driver support interrupts we don't need to poll the
buttons.
Signed-off-by: default avatarAlban Bedel <albeu@free.fr>
Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/15283/
Cc: linux-mips@linux-mips.org
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Antony Pavlov <antonynpavlov@gmail.com>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
parent a999933d
...@@ -22,11 +22,10 @@ extosc: ref { ...@@ -22,11 +22,10 @@ extosc: ref {
}; };
gpio-keys { gpio-keys {
compatible = "gpio-keys-polled"; compatible = "gpio-keys";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
poll-interval = <20>;
button@0 { button@0 {
label = "reset"; label = "reset";
linux,code = <KEY_RESTART>; linux,code = <KEY_RESTART>;
......
...@@ -29,11 +29,10 @@ system { ...@@ -29,11 +29,10 @@ system {
}; };
}; };
gpio-keys-polled { gpio-keys {
compatible = "gpio-keys-polled"; compatible = "gpio-keys";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
poll-interval = <100>;
button@0 { button@0 {
label = "reset"; label = "reset";
......
...@@ -47,11 +47,10 @@ system { ...@@ -47,11 +47,10 @@ system {
}; };
}; };
gpio-keys-polled { gpio-keys {
compatible = "gpio-keys-polled"; compatible = "gpio-keys";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
poll-interval = <100>;
button@0 { button@0 {
label = "jumpstart"; label = "jumpstart";
......
...@@ -29,11 +29,10 @@ system { ...@@ -29,11 +29,10 @@ system {
}; };
}; };
gpio-keys-polled { gpio-keys {
compatible = "gpio-keys-polled"; compatible = "gpio-keys";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
poll-interval = <100>;
button@0 { button@0 {
label = "reset"; label = "reset";
......
...@@ -47,11 +47,10 @@ led3g { ...@@ -47,11 +47,10 @@ led3g {
}; };
}; };
gpio-keys-polled { gpio-keys {
compatible = "gpio-keys-polled"; compatible = "gpio-keys";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
poll-interval = <100>;
button@0 { button@0 {
label = "wps"; label = "wps";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment