mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
ARM: dts: samsung: exynos4412-midas: fix key-ok event code
Input event code 139 stands for KEY_MENU, instead of KEY_OK as node name key-ok inplies. Fix it with correct event code 0x160. Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com> Link: https://lore.kernel.org/r/20231017101636.62755-1-raymondhackley@protonmail.com [krzysztof: use KEY_OK constant instead of raw value] Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
ef399736c3
commit
25e20eedc1
|
|
@ -159,7 +159,7 @@ key-power {
|
|||
|
||||
key-ok {
|
||||
gpios = <&gpx0 1 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <139>;
|
||||
linux,code = <KEY_OK>;
|
||||
label = "ok";
|
||||
debounce-interval = <10>;
|
||||
wakeup-source;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user