diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-21 07:23:31 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-01-21 07:23:31 +0000 |
commit | bba98a3c5364cde4d23781b74ed0f2315d4dc8b0 (patch) | |
tree | f7b0d6eda19fef14ef1be65b47aa118e9328a8ce /target/linux/bcm53xx/patches-3.14/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch | |
parent | 3b701e8023138fda298617f95dbab0e52cca0e55 (diff) | |
download | upstream-bba98a3c5364cde4d23781b74ed0f2315d4dc8b0.tar.gz upstream-bba98a3c5364cde4d23781b74ed0f2315d4dc8b0.tar.bz2 upstream-bba98a3c5364cde4d23781b74ed0f2315d4dc8b0.zip |
bcm53xx: backport official Buffalo WZR-900DHP patch
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44070
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch b/target/linux/bcm53xx/patches-3.14/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch index cc0e75fd43..35cbb695a6 100644 --- a/target/linux/bcm53xx/patches-3.14/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch +++ b/target/linux/bcm53xx/patches-3.14/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch @@ -101,3 +101,17 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> restart { label = "Reset"; +--- a/arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts ++++ b/arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts +@@ -25,9 +25,10 @@ + }; + + gpio-keys { +- compatible = "gpio-keys"; ++ compatible = "gpio-keys-polled"; + #address-cells = <1>; + #size-cells = <0>; ++ poll-interval = <200>; + + restart { + label = "Reset"; |