openwrt/target/linux/brcm63xx
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 brcm63xx: initial support for Sky SR102 router 2018-07-16 15:12:08 +02:00
dts ath79, brcm63xx: Fix debounce-interval properties in gpio-keys-polled nodes 2018-12-17 08:05:03 +01:00
generic brcm63xx: move generic profiles to top dir and remove smp profiles 2014-08-18 21:50:37 +00:00
image treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
patches-4.9 brcm63xx: fix ethernet switch core reset mask for BCM6368 2018-12-11 13:11:51 +01:00
patches-4.14 brcm63xx: fix ethernet switch core reset mask for BCM6368 2018-12-11 13:11:51 +01:00
profiles brcm63xx: drop legacy profile for SR102 2018-12-11 13:11:10 +01:00
smp brcm63xx: refresh smp config 2017-06-30 12:13:08 +02:00
config-4.9 brcm63xx: add kernel 4.9 support 2018-02-11 23:15:05 +01:00
config-4.14 kernel: enable THIN_ARCHIVES by default 2018-05-22 07:55:20 +02:00
Makefile brcm63xx: switch to 4.14 2018-08-02 08:49:18 +02:00
modules.mk kernel: remove kernel module checks/dependencies for 3.14 2015-04-11 10:43:46 +00:00