[PATCH 1/5] dt-bindings: input: touchscreen: imagis: add compatible for IST4050
Markuss Broks via B4 Relay <[email protected]>
| Newsgroups | org.kernel.vger.linux-input,org.kernel.feeds.b4-sent,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Markuss Broks <[email protected]> The IST4050 is a touchscreen IC of the Imagis IST40xx family. It shares the register interface with IST3038C, but uses a different, event-based touch reporting format and does not have touch keys. The binding no longer covers only the IST30XXC family, so generalize its title as well. Signed-off-by: Markuss Broks <[email protected]> --- .../devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml index dfaffbc398d3..a4f3e2f0cf45 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml @@ -4,7 +4,7 @@ $id: http://devicetree.org/schemas/input/touchscreen/imagis,ist3038c.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Imagis IST30XXC family touchscreen controller +title: Imagis touchscreen controller maintainers: - Markuss Broks <[email protected]> @@ -20,6 +20,7 @@ properties: - imagis,ist3038b - imagis,ist3038c - imagis,ist3038h + - imagis,ist4050 reg: maxItems: 1 -- 2.55.0