lantiq: fix ARV452CQW keys
Fix the typo in the gpio-keys-polled compatible string. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
bcfbeae79f
commit
335ccddc10
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
|||
#define ARV452CPW_SWITCH_RESET 110
|
||||
*/
|
||||
gpio-keys-polled {
|
||||
compatible = "gpio-keys-polled1";
|
||||
compatible = "gpio-keys-polled";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
poll-interval = <100>;
|
||||
|
|
Loading…
Reference in a new issue