From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt b/kernel/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt index 0c252d9..921172f 100644 --- a/kernel/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt +++ b/kernel/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt @@ -1,12 +1,19 @@ Samsung tm2-touchkey Required properties: -- compatible: must be "cypress,tm2-touchkey" +- compatible: + * "cypress,tm2-touchkey" - for the touchkey found on the tm2 board + * "cypress,midas-touchkey" - for the touchkey found on midas boards + * "cypress,aries-touchkey" - for the touchkey found on aries boards + * "coreriver,tc360-touchkey" - for the Coreriver TouchCore 360 touchkey - reg: I2C address of the chip. - interrupts: interrupt to which the chip is connected (see interrupt binding[0]). - vcc-supply : internal regulator output. 1.8V - vdd-supply : power supply for IC 3.3V + +Optional properties: +- linux,keycodes: array of keycodes (max 4), default KEY_PHONE and KEY_BACK [0]: Documentation/devicetree/bindings/interrupt-controller/interrupts.txt @@ -21,5 +28,6 @@ interrupts = <2 IRQ_TYPE_EDGE_FALLING>; vcc-supply=<&ldo32_reg>; vdd-supply=<&ldo33_reg>; + linux,keycodes = <KEY_PHONE KEY_BACK>; }; }; -- Gitblit v1.6.2