Message ID | 20220923083657.v5.2.Ic4e8f03868f88b8027a81bc3d414bae68978e6b7@changeid (mailing list archive) |
---|---|
State | Mainlined |
Commit | 1a8339c6bdcf7d66a83152ee5ff13c50da761295 |
Headers | show |
Series | None | expand |
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
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>
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 --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
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(-)