[<prev] [next>] [day] [month] [year] [list]
Message-ID: <SG2PR03MB50066400298F3B32658F8E19CC819@SG2PR03MB5006.apcprd03.prod.outlook.com>
Date: Tue, 5 Jul 2022 10:17:31 +0800
From: Jimmy Chen <jinghung.chen3@...mail.com>
To: LKML <linux-kernel@...r.kernel.org>, Andy Gross <agross@...nel.org>
Cc: Douglas Anderson <dianders@...omium.org>,
Alan Huang <alan-huang@...nta.corp-partner.google.com>,
Konrad Dybcio <konrad.dybcio@...ainline.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
linux-arm-msm@...r.kernel.org
Subject: [PATCH] [PATCH v2 1/2] arm64: dts: qcom: Add LTE SKUs for sc7280-villager family
This adds a LTE skus for Chromebook Villager to the yaml.
Signed-off-by: Jimmy Chen <jinghung.chen3@...mail.com>
---
The format of the added items is based on the below document.
Documentation/arm/google/chromebook-boot-flow.rst
Changes in v2:
- Update the patch title and the commit message
---
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
Powered by blists - more mailing lists