From: Luca Weiss <[email protected]>
Add a compatible for MMS252 touchscreen which appears to work fine with
the MMS114 driver.
Signed-off-by: Luca Weiss <[email protected]>
Signed-off-by: Bryant Mairs <[email protected]>
---
.../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
On Sun, Nov 5, 2023 at 9:48 PM Bryant Mairs <[email protected]> wrote:
> From: Luca Weiss <[email protected]>
>
> Add a compatible for MMS252 touchscreen which appears to work fine with
> the MMS114 driver.
>
> Signed-off-by: Luca Weiss <[email protected]>
> Signed-off-by: Bryant Mairs <[email protected]>
LGTM:
Reviewed-by: Linus Walleij <[email protected]>
Yours,
Linus Walleij
On 05/11/2023 21:46, Bryant Mairs wrote:
> From: Luca Weiss <[email protected]>
>
> Add a compatible for MMS252 touchscreen which appears to work fine with
> the MMS114 driver.
>
> Signed-off-by: Luca Weiss <[email protected]>
> Signed-off-by: Bryant Mairs <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Best regards,
Krzysztof
On Sun, Nov 05, 2023 at 09:46:16PM +0100, Bryant Mairs wrote:
> From: Luca Weiss <[email protected]>
>
> Add a compatible for MMS252 touchscreen which appears to work fine with
> the MMS114 driver.
>
> Signed-off-by: Luca Weiss <[email protected]>
> Signed-off-by: Bryant Mairs <[email protected]>
Applied, thank you.
--
Dmitry