2023-11-05 20:48:26

by Bryant Mairs

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

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


2023-11-05 21:09:12

by Linus Walleij

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

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

2023-11-06 07:36:42

by Krzysztof Kozlowski

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

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

2024-01-23 03:34:10

by Dmitry Torokhov

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

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