From: Mathias Kresin Date: Wed, 12 Oct 2016 07:09:07 +0000 (+0200) Subject: lantiq: fix ARV452CQW keys X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=335ccddc10e1e097370f0b21fb055ce55748d1df;p=openwrt%2Fstaging%2Fblogic.git lantiq: fix ARV452CQW keys Fix the typo in the gpio-keys-polled compatible string. Signed-off-by: Mathias Kresin --- diff --git a/target/linux/lantiq/dts/ARV452CQW.dts b/target/linux/lantiq/dts/ARV452CQW.dts index 60106b9dbf73..ecfd6fd74318 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>;