[PATCH] dt-bindings: input: touchscreen: sitronix,st1232: Add Sitronix ST1624

Rob Herring (Arm) posted 1 patch 1 month, 3 weeks ago
.../bindings/input/touchscreen/sitronix,st1232.yaml    | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
[PATCH] dt-bindings: input: touchscreen: sitronix,st1232: Add Sitronix ST1624
Posted by Rob Herring (Arm) 1 month, 3 weeks ago
Add the Sitronix ST1624 which is compatible with ST1633.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../bindings/input/touchscreen/sitronix,st1232.yaml    | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml b/Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml
index e7ee7a0d74c4..978afaa4fcef 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml
@@ -14,9 +14,13 @@ allOf:
 
 properties:
   compatible:
-    enum:
-      - sitronix,st1232
-      - sitronix,st1633
+    oneOf:
+      - enum:
+          - sitronix,st1232
+          - sitronix,st1633
+      - items:
+          - const: sitronix,st1624
+          - const: sitronix,st1633
 
   reg:
     maxItems: 1
-- 
2.51.0
Re: [PATCH] dt-bindings: input: touchscreen: sitronix,st1232: Add Sitronix ST1624
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
On Mon, Dec 15, 2025 at 03:25:24PM -0600, Rob Herring (Arm) wrote:
> Add the Sitronix ST1624 which is compatible with ST1633.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../bindings/input/touchscreen/sitronix,st1232.yaml    | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)

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

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: input: touchscreen: sitronix,st1232: Add Sitronix ST1624
Posted by Dmitry Torokhov 1 month, 3 weeks ago
On Wed, Dec 17, 2025 at 09:40:43AM +0100, Krzysztof Kozlowski wrote:
> On Mon, Dec 15, 2025 at 03:25:24PM -0600, Rob Herring (Arm) wrote:
> > Add the Sitronix ST1624 which is compatible with ST1633.
> > 
> > Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> > ---
> >  .../bindings/input/touchscreen/sitronix,st1232.yaml    | 10 +++++++---
> >  1 file changed, 7 insertions(+), 3 deletions(-)
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Sorry Krzysztof, I already applied Rob's patch but neglected to mention
this on the list...

-- 
Dmitry