diff mbox series

[v5,2/3] dt-bindings: input: touchscreen: elants_i2c: Add eth3915n touchscreen chip

Message ID 20220923083657.v5.2.Ic4e8f03868f88b8027a81bc3d414bae68978e6b7@changeid (mailing list archive)
State Mainlined
Commit 1a8339c6bdcf7d66a83152ee5ff13c50da761295
Headers show
Series None | expand

Commit Message

Yunlong Jia Sept. 23, 2022, 8:47 a.m. UTC
Add an elan touch screen chip eth3915n.

Signed-off-by: Yunlong Jia <ecs.beijing2022@gmail.com>
Suggested-by: Douglas Anderson <dianders@chromium.org>

---

Changes in v5:
 1. ekth3915 is the true compatible and ekth3500 is the fallback.

Changes in v4:
 1. eth3915n dt bindings added in v4.

 .../bindings/input/touchscreen/elan,elants_i2c.yaml    | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Comments

Krzysztof Kozlowski Sept. 23, 2022, 12:18 p.m. UTC | #1
On 23/09/2022 10:47, Yunlong Jia wrote:
> Add an elan touch screen chip eth3915n.
> 
> Signed-off-by: Yunlong Jia <ecs.beijing2022@gmail.com>
> Suggested-by: Douglas Anderson <dianders@chromium.org>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Doug Anderson Sept. 23, 2022, 2:54 p.m. UTC | #2
Hi,

On Fri, Sep 23, 2022 at 1:47 AM Yunlong Jia <ecs.beijing2022@gmail.com> wrote:
>
> Add an elan touch screen chip eth3915n.
>
> Signed-off-by: Yunlong Jia <ecs.beijing2022@gmail.com>
> Suggested-by: Douglas Anderson <dianders@chromium.org>
>
> ---
>
> Changes in v5:
>  1. ekth3915 is the true compatible and ekth3500 is the fallback.
>
> Changes in v4:
>  1. eth3915n dt bindings added in v4.
>
>  .../bindings/input/touchscreen/elan,elants_i2c.yaml    | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)

Fabulous. I'll expect this patch to go through the input tree and
patches #1 and #3 to go through the Qualcomm tree.

Reviewed-by: Douglas Anderson <dianders@chromium.org>
Dmitry Torokhov Sept. 23, 2022, 4:56 p.m. UTC | #3
On Fri, Sep 23, 2022 at 08:47:17AM +0000, Yunlong Jia wrote:
> Add an elan touch screen chip eth3915n.
> 
> Signed-off-by: Yunlong Jia <ecs.beijing2022@gmail.com>
> Suggested-by: Douglas Anderson <dianders@chromium.org>
> 

Applied, thank you.
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/input/touchscreen/elan,elants_i2c.yaml b/Documentation/devicetree/bindings/input/touchscreen/elan,elants_i2c.yaml
index a9b53c2e6f0a..f9053e5e9b24 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/elan,elants_i2c.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/elan,elants_i2c.yaml
@@ -14,9 +14,13 @@  allOf:
 
 properties:
   compatible:
-    enum:
-      - elan,ektf3624
-      - elan,ekth3500
+    oneOf:
+      - enum:
+          - elan,ektf3624
+          - elan,ekth3500
+      - items:
+          - const: elan,ekth3915
+          - const: elan,ekth3500
 
   reg:
     maxItems: 1