[PATCH v2 1/2] dt-bindings: arm: qcom: Separete LTE/WIFI SKU for sc7280-evoker

Sheng-Liang Pan posted 2 patches 3 years, 6 months ago
There is a newer version of this series
[PATCH v2 1/2] dt-bindings: arm: qcom: Separete LTE/WIFI SKU for sc7280-evoker
Posted by Sheng-Liang Pan 3 years, 6 months ago
evoker will have WIFI/LTE SKU, separete it for each different setting.

Signed-off-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com>
---

Changes in v2:
- change Cover-letter tittle

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

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index b6257683a700c..065d9cc4421e0 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -575,6 +575,11 @@ properties:
           - const: google,evoker
           - const: qcom,sc7280
 
+      - description: Google Evoker with LTE (newest rev)
+        items:
+          - const: google,evoker-sku512
+          - const: qcom,sc7280
+
       - description: Google Herobrine (newest rev)
         items:
           - const: google,herobrine
-- 
2.34.1
Re: [PATCH v2 1/2] dt-bindings: arm: qcom: Separete LTE/WIFI SKU for sc7280-evoker
Posted by Krzysztof Kozlowski 3 years, 6 months ago
On 23/09/2022 08:17, Sheng-Liang Pan wrote:
> evoker will have WIFI/LTE SKU, separete it for each different setting.

Typos in commit and here ("separate").

> 
> Signed-off-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com>
> ---
> 
> Changes in v2:
> - change Cover-letter tittle

cover letter is not related to this patch, so this should be "none".

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

Best regards,
Krzysztof