On Fri, 03 Dec 2021 14:35:06 +0100, Geert Uytterhoeven wrote: > The "interrupts" property in the example looks weird: > - The type is not in the last cell, > - Level interrupts don't work well with gpio-keys, as they keep the > interrupt asserted as long as the key is pressed, causing an > interrupt storm. > > Use a more realistic falling-edge interrupt instead. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > Documentation/devicetree/bindings/input/gpio-keys.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!