Message ID | 20230130125528.11509-6-quic_devipriy@quicinc.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Add minimal boot support for IPQ9574 | expand |
On 30/01/2023 13:55, devi priya wrote: > Document the new ipq9574 SoC/board device tree bindings > > Signed-off-by: devi priya <quic_devipriy@quicinc.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 22553637c519..706a8f1812b5 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -32,6 +32,7 @@ description: | ipq4018 ipq6018 ipq8074 + ipq9574 mdm9615 msm8226 msm8916 @@ -79,6 +80,7 @@ description: | The 'board' element must be one of the following strings: adp + ap-al02-c7 cdp cp01-c1 dragonboard @@ -329,6 +331,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
Document the new ipq9574 SoC/board device tree bindings Signed-off-by: devi priya <quic_devipriy@quicinc.com> --- Changes in V3: - No changes Changes in V2: - Updated the ordering of the board element Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++ 1 file changed, 7 insertions(+)