Message ID | 20211123081433.2797395-3-vincent.knecht@mailoo.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | msg2638: Add support for msg2138 and key events | expand |
On Tue, 23 Nov 2021 09:14:30 +0100, Vincent Knecht wrote: > Document msg2138 support by adding mstar,msg2138 compatible. > > Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org> > --- > .../devicetree/bindings/input/touchscreen/mstar,msg2638.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
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
Document msg2138 support by adding mstar,msg2138 compatible. Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org> --- .../devicetree/bindings/input/touchscreen/mstar,msg2638.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)