summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/input
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-12-13 23:28:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-12-13 23:28:49 +0100
commit70507542d7cf38e689bc9f171080d681322af780 (patch)
tree0bcb30c8ea9c7181eef655c26159230598beb4b7 /dts/Bindings/input
parentcda35874a87a89a211145e94488e2414d47d1704 (diff)
downloadbarebox-70507542d7cf38e689bc9f171080d681322af780.tar.gz
barebox-70507542d7cf38e689bc9f171080d681322af780.tar.xz
dts: update to v5.16-rc5
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/input')
-rw-r--r--dts/Bindings/input/gpio-keys.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Bindings/input/gpio-keys.yaml b/dts/Bindings/input/gpio-keys.yaml
index 060a309ff8..dbe7ecc19c 100644
--- a/dts/Bindings/input/gpio-keys.yaml
+++ b/dts/Bindings/input/gpio-keys.yaml
@@ -142,7 +142,7 @@ examples:
down {
label = "GPIO Key DOWN";
linux,code = <108>;
- interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+ interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
};
};