diff options
author | Mathias Kresin <dev@kresin.me> | 2016-10-12 09:09:07 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-10-15 09:01:45 +0200 |
commit | 335ccddc10e1e097370f0b21fb055ce55748d1df (patch) | |
tree | 0fd6bb6160397525e44efe1c27777abcea139cb7 /target/linux | |
parent | bcfbeae79f799cf1087d692e4869589eb20d2080 (diff) | |
download | upstream-335ccddc10e1e097370f0b21fb055ce55748d1df.tar.gz upstream-335ccddc10e1e097370f0b21fb055ce55748d1df.tar.bz2 upstream-335ccddc10e1e097370f0b21fb055ce55748d1df.zip |
lantiq: fix ARV452CQW keys
Fix the typo in the gpio-keys-polled compatible string.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/dts/ARV452CQW.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/ARV452CQW.dts b/target/linux/lantiq/dts/ARV452CQW.dts index 60106b9dbf..ecfd6fd743 100644 --- a/target/linux/lantiq/dts/ARV452CQW.dts +++ b/target/linux/lantiq/dts/ARV452CQW.dts @@ -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>; |