Openwrt/target/linux/ath79
Petr Štetiar d9753f0ec5 ath79, brcm63xx: Fix debounce-interval properties in gpio-keys-polled nodes
This patch fixes wrong usage of debounce-interval subnode property of
gpio-keys-polled nodes, which was used inproperly in parent node, but it
belongs to the subnodes, excerpt from the docs:

 Optional subnode-properties:
     - debounce-interval: Debouncing interval time in milliseconds.
       If not specified defaults to 5.

And the docs are up to date as the source code matches that description
as well:

 if (fwnode_property_read_u32(child, "debounce-interval",
                              &button->debounce_interval))
         button->debounce_interval = 5;

While at it, I've also re-formatted gpio-keys-polled nodes, usually just
adding new lines after every key subnode.

Cc: Tomasz Maciej Nowak <tomek_n@o2.pl>
Cc: Matt Merhar <mattmerhar@protonmail.com>
Cc: Jonas Gorski <jonas.gorski@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2018-12-17 08:05:03 +01:00
..
base-files ath79: add d-link dir-825-c1 and dir-835-a1 2018-12-17 00:21:34 +01:00
dts ath79, brcm63xx: Fix debounce-interval properties in gpio-keys-polled nodes 2018-12-17 08:05:03 +01:00
files ath79: ag71xx: Fix code formatting in ag71xx_probe 2018-12-17 08:04:19 +01:00
generic
image ath79: add d-link dir-825-c1 and dir-835-a1 2018-12-17 00:21:34 +01:00
nand
patches-4.14
tiny
config-4.14 ath79: drop unused mtd splitter 2018-12-06 13:28:47 +01:00
Makefile
modules.mk