[PATCH 2/4] dt-bindings: arm: qcom: add sdm670 and pixel 3a compatible

Richard Acayan posted 4 patches 3 years, 5 months ago
There is a newer version of this series
[PATCH 2/4] dt-bindings: arm: qcom: add sdm670 and pixel 3a compatible
Posted by Richard Acayan 3 years, 5 months ago
The Snapdragon 670 and Pixel 3a initial device trees are about to be
added. Add the compatible strings for the board.

Signed-off-by: Richard Acayan <mailingradian@gmail.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 207e28260206..f9eddc22d4a4 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -51,6 +51,7 @@ description: |
         sdm632
         sdm636
         sdm660
+        sdm670
         sdm845
         sdx55
         sdx65
@@ -654,6 +655,11 @@ properties:
               - xiaomi,lavender
           - const: qcom,sdm660
 
+      - items:
+          - enum:
+              - google,sargo
+          - const: qcom,sdm670
+
       - items:
           - enum:
               - qcom,sdx55-mtp
-- 
2.38.1
Re: [PATCH 2/4] dt-bindings: arm: qcom: add sdm670 and pixel 3a compatible
Posted by Rob Herring 3 years, 5 months ago
On Tue, 01 Nov 2022 19:57:20 -0400, Richard Acayan wrote:
> The Snapdragon 670 and Pixel 3a initial device trees are about to be
> added. Add the compatible strings for the board.
> 
> Signed-off-by: Richard Acayan <mailingradian@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>