Skip to content

Commit 55067a4

Browse files
z3ntudtor
authored andcommitted
dt-bindings: input: melfas,mms114: add MMS252 compatible
Add a compatible for MMS252 touchscreen which appears to work fine with the MMS114 driver. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Signed-off-by: Bryant Mairs <bryant@mai.rs> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20231105204759.37107-2-bryant@mai.rs Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent ab30e1a commit 55067a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/input/touchscreen/melfas,mms114.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ properties:
1717
pattern: "^touchscreen(@.*)?$"
1818

1919
compatible:
20-
items:
20+
oneOf:
2121
- enum:
2222
- melfas,mms114
2323
- melfas,mms134s
2424
- melfas,mms136
2525
- melfas,mms152
2626
- melfas,mms345l
27+
- items:
28+
- enum:
29+
- melfas,mms252
30+
- const: melfas,mms114
2731

2832
reg:
2933
description: I2C address

0 commit comments

Comments
 (0)