diff options
author | Melody Olvera <[email protected]> | 2022-10-26 13:04:27 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-11-07 17:25:27 -0600 |
commit | cc677f9006c4277bd25881c6713e5ef79bddd79a (patch) | |
tree | c3ba0c671912bcdf156eb8a0044e5049be2dcbd1 | |
parent | f659cd2770767c5ceabadace1b334df9de468eae (diff) |
dt-bindings: arm: qcom: Document QDU1000/QRU1000 SoCs and boards
Document the QDU1000 and QRU1000 SoC bindings and the boards that use
them.
Signed-off-by: Melody Olvera <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[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 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 7f8946dbbfda..17a4364f5313 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -41,6 +41,8 @@ description: | msm8996 msm8998 qcs404 + qdu1000 + qru1000 sa8155p sa8540p sc7180 @@ -77,6 +79,7 @@ description: | mtp qrd sbc + x100 The 'soc_version' and 'board_version' elements take the form of v<Major>.<Minor> where the minor number may be omitted when it's zero, i.e. v1.0 is the same @@ -281,6 +284,19 @@ properties: - const: swir,wp8548 - const: qcom,mdm9615 + - description: Qualcomm Technologies, Inc. Distributed Unit 1000 platform + items: + - enum: + - qcom,qdu1000-idp + - qcom,qdu1000-x100 + - const: qcom,qdu1000 + + - description: Qualcomm Technologies, Inc. Radio Unit 1000 platform + items: + - enum: + - qcom,qru1000-idp + - const: qcom,qru1000 + - description: Qualcomm Technologies, Inc. SC7180 IDP items: - enum: |