32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
From 0485f6ddd33a4ca4105e18628e74318f5893c7ec Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Duje=20Mihanovi=C4=87?= <duje.mihanovic@skole.hr>
|
|
Date: Thu, 28 Sep 2023 18:49:25 +0200
|
|
Subject: [PATCH] Documentation: imagis: document IST3032C support
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
The imagis driver supports the IST3032C. Add this to the driver
|
|
documentation.
|
|
|
|
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
|
|
---
|
|
.../devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
|
|
index 0d6b033fd5fb..f364ffb05c8d 100644
|
|
--- a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
|
|
+++ b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
|
|
@@ -18,6 +18,7 @@ properties:
|
|
|
|
compatible:
|
|
enum:
|
|
+ - imagis,ist3032c
|
|
- imagis,ist3038c
|
|
|
|
reg:
|
|
--
|
|
2.42.0
|
|
|