diff options
author | 2023-03-07 11:52:29 +0530 | |
---|---|---|
committer | 2023-03-15 16:22:25 -0700 | |
commit | 5d092236e0b0e154ca5f4f65d33eea504cc18578 (patch) | |
tree | 68c4ce720308a3edd5e5b9042a3ae62bae89b489 /Documentation/devicetree/bindings/arm/qcom.yaml | |
parent | ARM: dts: qcom-apq8064: Fix opp table child name (diff) | |
download | wireguard-linux-5d092236e0b0e154ca5f4f65d33eea504cc18578.tar.xz wireguard-linux-5d092236e0b0e154ca5f4f65d33eea504cc18578.zip |
dt-bindings: qcom: add ipq5332 boards
Document the new ipq5332 SoC/board device tree bindings
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230307062232.4889-7-quic_kathirav@quicinc.com
Diffstat (limited to '')
-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 23c9c9ba5d52..014ed8d5ba18 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -30,6 +30,7 @@ description: | apq8084 apq8096 ipq4018 + ipq5332 ipq6018 ipq8074 mdm9615 @@ -80,6 +81,7 @@ description: | The 'board' element must be one of the following strings: adp + ap-mi01.2 cdp cp01-c1 dragonboard @@ -322,6 +324,11 @@ properties: - items: - enum: + - qcom,ipq5332-ap-mi01.2 + - const: qcom,ipq5332 + + - items: + - enum: - mikrotik,rb3011 - qcom,ipq8064-ap148 - const: qcom,ipq8064 |