.../bindings/input/touchscreen/sitronix,st1232.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)
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
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
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
© 2016 - 2026 Red Hat, Inc.