]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ux500: Add touchkeys to Codinas
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 19 Oct 2024 18:12:24 +0000 (20:12 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 21 Oct 2024 11:31:33 +0000 (13:31 +0200)
The Codina Zinitix touchscreens have touchkeys for HOME and
BACK, add these now that the driver and bindings support it.

Cc: Nikita Travkin <nikita@trvn.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20241019-ux500-dts-updates-v1-1-a89bfbd0f680@linaro.org
arch/arm/boot/dts/st/ste-ux500-samsung-codina-tmo.dts
arch/arm/boot/dts/st/ste-ux500-samsung-codina.dts

index c623cc35c5ea23abb3d8883b2abf62ae199a2b0b..404d4ea9347b99a4b5116692d0ab3e1a1472bf18 100644 (file)
                                touchscreen-size-y = <800>;
                                pinctrl-names = "default";
                                pinctrl-0 = <&tsp_default>;
+                               linux,keycodes = <KEY_MENU>, <KEY_BACK>;
                        };
                };
 
index 2355ca6e9ad6c6ff3040801f4c805c44a5abcc0c..a86e7f7f391fac40f51c1409d1e614b726c481f2 100644 (file)
                                touchscreen-size-y = <800>;
                                pinctrl-names = "default";
                                pinctrl-0 = <&tsp_default>;
+                               linux,keycodes = <KEY_MENU>, <KEY_BACK>;
                        };
                };