[PATCH V2 6/9] dt-bindings: qcom: add ipq5332 boards

Kathiravan Thirumoorthy posted 9 patches 2 years, 7 months ago
There is a newer version of this series
[PATCH V2 6/9] dt-bindings: qcom: add ipq5332 boards
Posted by Kathiravan Thirumoorthy 2 years, 7 months ago
From: Kathiravan T <quic_kathirav@quicinc.com>

Document the new ipq5332 SoC/board device tree bindings

Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
---
Changes in V2:
	- No changes

 Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 22553637c519..0a339b8d2319 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
@@ -87,6 +88,7 @@ description: |
         hk10-c2
         idp
         liquid
+        ap-mi01.2
         mtp
         qrd
         sbc
@@ -316,6 +318,11 @@ properties:
               - qcom,ipq4019-dk04.1-c1
           - const: qcom,ipq4019
 
+      - items:
+          - enum:
+              - qcom,ipq5332-ap-mi01.2
+          - const: qcom,ipq5332
+
       - items:
           - enum:
               - mikrotik,rb3011
-- 
2.17.1
Re: [PATCH V2 6/9] dt-bindings: qcom: add ipq5332 boards
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 30/01/2023 12:46, Kathiravan Thirumoorthy wrote:
> From: Kathiravan T <quic_kathirav@quicinc.com>
> 
> Document the new ipq5332 SoC/board device tree bindings
> 
> Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
> ---
> Changes in V2:
> 	- No changes
> 
>  Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index 22553637c519..0a339b8d2319 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
> @@ -87,6 +88,7 @@ description: |
>          hk10-c2
>          idp
>          liquid
> +        ap-mi01.2

Now it is not correctly ordered (alphabetically).

Best regards,
Krzysztof