[PATCH] dt-bindings: input: touchscreen: imagis: allow linux,keycodes for ist3038

Raymond Hackley posted 1 patch 1 month, 2 weeks ago
.../bindings/input/touchscreen/imagis,ist3038c.yaml           | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[PATCH] dt-bindings: input: touchscreen: imagis: allow linux,keycodes for ist3038
Posted by Raymond Hackley 1 month, 2 weeks ago
Imagis IST3038 provides touch keys. Allow linux,keycodes for ist3038.

Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com>
---
 .../bindings/input/touchscreen/imagis,ist3038c.yaml           | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
index 0ef79343bf9a..dfaffbc398d3 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
@@ -55,7 +55,9 @@ allOf:
         properties:
           compatible:
             contains:
-              const: imagis,ist3032c
+              enum:
+                - imagis,ist3032c
+                - imagis,ist3038
     then:
       properties:
         linux,keycodes: false
-- 
2.47.3
Re: [PATCH] dt-bindings: input: touchscreen: imagis: allow linux,keycodes for ist3038
Posted by Dmitry Torokhov 3 days, 4 hours ago
On Wed, Dec 24, 2025 at 10:10:48AM +0000, Raymond Hackley wrote:
> Imagis IST3038 provides touch keys. Allow linux,keycodes for ist3038.
> 
> Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com>

Applied, thank you.

-- 
Dmitry
Re: [PATCH] dt-bindings: input: touchscreen: imagis: allow linux,keycodes for ist3038
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On Wed, Dec 24, 2025 at 10:10:48AM +0000, Raymond Hackley wrote:
> Imagis IST3038 provides touch keys. Allow linux,keycodes for ist3038.
> 
> Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com>
> ---
>  .../bindings/input/touchscreen/imagis,ist3038c.yaml           | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof