diff options
author | Vincent Knecht <vincent.knecht@mailoo.org> | 2022-11-15 01:59:07 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-11-15 02:13:29 +0100 |
commit | 14ce9e4c7d2d89e0248dd838c10efd2caf916bb0 (patch) | |
tree | 3c2fc3e312f30fff22a86f28e1a78e5b94741dbe | |
parent | Input: msg2638 - set max finger number and irqhandler from driver data (diff) | |
download | linux-14ce9e4c7d2d89e0248dd838c10efd2caf916bb0.tar.xz linux-14ce9e4c7d2d89e0248dd838c10efd2caf916bb0.zip |
dt-bindings: input: touchscreen: msg2638: Document msg2138 support
Document msg2138 support by adding mstar,msg2138 compatible.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org>
Link: https://lore.kernel.org/r/20221110171952.34207-3-vincent.knecht@mailoo.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml b/Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml index 3a42c23faf6f..2fb7e01bb65a 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml @@ -14,7 +14,9 @@ allOf: properties: compatible: - const: mstar,msg2638 + enum: + - mstar,msg2138 + - mstar,msg2638 reg: const: 0x26 |