[PATCH 1/7] dt-bindings: input: melfas,mms114: add MMS252 compatible

From: Bryant Mairs
Date: Sun Nov 05 2023 - 15:48:22 EST


From: Luca Weiss <luca@xxxxxxxxx>

Add a compatible for MMS252 touchscreen which appears to work fine with
the MMS114 driver.

Signed-off-by: Luca Weiss <luca@xxxxxxxxx>
Signed-off-by: Bryant Mairs <bryant@xxxxxx>
---
.../bindings/input/touchscreen/melfas,mms114.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/melfas,mms114.yaml b/Documentation/devicetree/bindings/input/touchscreen/melfas,mms114.yaml
index 07f9dd6b1c9c..90ebd4f8354c 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/melfas,mms114.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/melfas,mms114.yaml
@@ -17,13 +17,17 @@ properties:
pattern: "^touchscreen(@.*)?$"

compatible:
- items:
+ oneOf:
- enum:
- melfas,mms114
- melfas,mms134s
- melfas,mms136
- melfas,mms152
- melfas,mms345l
+ - items:
+ - enum:
+ - melfas,mms252
+ - const: melfas,mms114

reg:
description: I2C address
--
2.41.0