Re: [PATCH 2/3] dt-bindings: arm: qcom: add QAR2130P board

From: Krzysztof Kozlowski
Date: Sun Oct 27 2024 - 17:10:22 EST


On Sun, Oct 27, 2024 at 03:24:04AM +0200, Dmitry Baryshkov wrote:
> Add the Qualcomm QAR2130P development board using the Qualcomm AR2 Gen1
> aka SAR2130P platform.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
> ---
> 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 0f18cb35c774aec48967eddbef4b4480dbc8edbe..02b2379ccf7741a0fba345d83d0ce7db731a3772 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -52,6 +52,7 @@ description: |
> sa8155p
> sa8540p
> sa8775p
> + sar2130p
> sc7180
> sc7280
> sc8180x
> @@ -407,6 +408,12 @@ properties:
> - qcom,qru1000-idp
> - const: qcom,qru1000
>
> + - description: Qualcomm AR2 Gen1 platform
> + items:
> + - enum:
> + - qcom,qar2130p
> + - const: qcom,sar2130p

That's a tricky different to spot.

You need to update qcom-soc.yaml with new pattern.

Best regards,
Krzysztof