2022-07-15 08:52:16

by Jimmy Chen

[permalink] [raw]
Subject: [PATCH v5 1/3] dt-bindings: arm: qcom: document sc7280 and villager board

This adds a LTE skus for Chromebook Villager to the yaml.

Signed-off-by: Jimmy Chen <[email protected]>
---

(no changes since v2)

Changes in v2:
-Add this patch

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

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 4dd18fbf20b68..a136b1389c2ac 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -529,11 +529,26 @@ properties:
- const: google,herobrine
- const: qcom,sc7280

+ - description: Google Villager (rev0)
+ items:
+ - const: google,villager-rev0
+ - const: qcom,sc7280
+
- description: Google Villager (newest rev)
items:
- const: google,villager
- const: qcom,sc7280

+ - description: Google Villager with LTE (rev0)
+ items:
+ - const: google,villager-rev0-sku0
+ - const: qcom,sc7280
+
+ - description: Google Villager with LTE (newest rev)
+ items:
+ - const: google,villager-sku0
+ - const: qcom,sc7280
+
- items:
- enum:
- lenovo,flex-5g
--
2.25.1


2022-07-15 15:01:54

by Doug Anderson

[permalink] [raw]
Subject: Re: [PATCH v5 1/3] dt-bindings: arm: qcom: document sc7280 and villager board

Hi,

On Fri, Jul 15, 2022 at 1:45 AM Jimmy Chen <[email protected]> wrote:
>
> This adds a LTE skus for Chromebook Villager to the yaml.
>
> Signed-off-by: Jimmy Chen <[email protected]>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> -Add this patch
>
> Documentation/devicetree/bindings/arm/qcom.yaml | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)

There were no changes between v4 and v5 and I gave my Reviewed-by tag
on v4. That means you should carry my tag forward to your v5. In any
case:

Reviewed-by: Douglas Anderson <[email protected]>