2022-09-23 09:10:03

by Yunlong Jia

[permalink] [raw]
Subject: [PATCH v5 1/3] dt-bindings: arm: qcom: Document additional skus for sc7180 pazquel360

pazquel360 is an extension project based on pazquel.
We create 3 sku on pazquel360:
sku 20 for LTE with physical SIM _and_ eSIM and WiFi
sku 21 for WiFi only
sku 22 for LTE with only a physical SIM
Both sku20 and sku22 are LTE SKUs.
One has the eSIM stuffed and one doesn't.
There is a single shared device tree for the two.

Signed-off-by: Yunlong Jia <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>

---

(no changes since v4)

Changes in v4:
1. Adjust the 'Signed-off-by'.

Changes in v3:
1. Adjust the format of the changelog.

Documentation/devicetree/bindings/arm/qcom.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index b6257683a700..ca4d8ac33353 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -463,6 +463,17 @@ properties:
- const: google,pazquel-sku2
- const: qcom,sc7180

+ - description: Google Pazquel360 with LTE (newest rev)
+ items:
+ - const: google,pazquel-sku22
+ - const: google,pazquel-sku20
+ - const: qcom,sc7180
+
+ - description: Google Pazquel360 with WiFi (newest rev)
+ items:
+ - const: google,pazquel-sku21
+ - const: qcom,sc7180
+
- description: Sharp Dynabook Chromebook C1 (rev1)
items:
- const: google,pompom-rev1
--
2.17.1


2022-09-23 09:26:58

by Yunlong Jia

[permalink] [raw]
Subject: [PATCH v5 2/3] dt-bindings: input: touchscreen: elants_i2c: Add eth3915n touchscreen chip

Add an elan touch screen chip eth3915n.

Signed-off-by: Yunlong Jia <[email protected]>
Suggested-by: Douglas Anderson <[email protected]>

---

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(-)

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
--
2.17.1

2022-09-23 12:50:00

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v5 2/3] dt-bindings: input: touchscreen: elants_i2c: Add eth3915n touchscreen chip

On 23/09/2022 10:47, Yunlong Jia wrote:
> Add an elan touch screen chip eth3915n.
>
> Signed-off-by: Yunlong Jia <[email protected]>
> Suggested-by: Douglas Anderson <[email protected]>


Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2022-09-23 15:49:38

by Doug Anderson

[permalink] [raw]
Subject: Re: [PATCH v5 2/3] dt-bindings: input: touchscreen: elants_i2c: Add eth3915n touchscreen chip

Hi,

On Fri, Sep 23, 2022 at 1:47 AM Yunlong Jia <[email protected]> wrote:
>
> Add an elan touch screen chip eth3915n.
>
> Signed-off-by: Yunlong Jia <[email protected]>
> Suggested-by: Douglas Anderson <[email protected]>
>
> ---
>
> 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 <[email protected]>

2022-09-23 16:59:25

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH v5 2/3] dt-bindings: input: touchscreen: elants_i2c: Add eth3915n touchscreen chip

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 <[email protected]>
> Suggested-by: Douglas Anderson <[email protected]>
>

Applied, thank you.

--
Dmitry