diff options
author | Devi Priya <[email protected]> | 2023-02-14 22:01:14 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-15 17:02:27 -0700 |
commit | 64d5c8a46890010e7cf5a72c0616d1141f84494f (patch) | |
tree | 3863f61edfdf1a07bfe0d8e7fcbe2df717b78460 | |
parent | 17c5ee1914dc8c4f42cab7a5beb2dc91aef0f873 (diff) |
dt-bindings: arm: qcom: Add ipq9574 compatible
Document the new ipq9574 SoC/board device tree bindings
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Devi Priya <[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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 014ed8d5ba18..05badce5fedc 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -33,6 +33,7 @@ description: | ipq5332 ipq6018 ipq8074 + ipq9574 mdm9615 msm8226 msm8916 @@ -81,6 +82,7 @@ description: | The 'board' element must be one of the following strings: adp + ap-al02-c7 ap-mi01.2 cdp cp01-c1 @@ -340,6 +342,11 @@ properties: - qcom,ipq8074-hk10-c2 - const: qcom,ipq8074 + - items: + - enum: + - qcom,ipq9574-ap-al02-c7 + - const: qcom,ipq9574 + - description: Sierra Wireless MangOH Green with WP8548 Module items: - const: swir,mangoh-green-wp8548 |