diff options
author | Richard Acayan <[email protected]> | 2022-11-10 19:18:17 -0500 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-11-11 21:28:44 -0600 |
commit | 6c49e41c46a46a901e3203e030601033f29a4e5d (patch) | |
tree | aca893de994600af7b7adacc38cd9a732b7b9e76 | |
parent | b4dba2bd3452fbc1ba5d0a54528e694b8db630b8 (diff) |
dt-bindings: arm: qcom: add sdm670 and pixel 3a compatible
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 <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index ad687ca02c8a..8630042a3e98 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -54,6 +54,7 @@ description: | sdm632 sdm636 sdm660 + sdm670 sdm845 sdx55 sdx65 @@ -677,6 +678,11 @@ properties: - items: - enum: + - google,sargo + - const: qcom,sdm670 + + - items: + - enum: - qcom,sdx55-mtp - qcom,sdx55-telit-fn980-tlb - qcom,sdx55-t55 |