When the reset button is next to the SFP cages, I2C operations on the
modules might cause interference on the button's GPIO line. Add a
debounce-interval of 5 times the poll-interval to ensure the line is
actually stable for some time and not just glitching.
Signed-off-by: Sander Vanheule <sander@svanheule.net>
keys {
compatible = "gpio-keys-polled";
+ debounce-interval = <100>;
poll-interval = <20>;
reset {
keys {
compatible = "gpio-keys-polled";
+ debounce-interval = <100>;
poll-interval = <20>;
mode {