Re: [PATCH v2] dt-bindings: soc: qcom,smp2p: convert to dtschema

From: Rob Herring
Date: Thu Apr 14 2022 - 11:56:23 EST


On Mon, 11 Apr 2022 17:55:28 +0200, Krzysztof Kozlowski wrote:
> Convert the Qualcomm Shared Memory Point 2 Point bindings to DT Schema.
>
> Changes against original bindings: enforce only specific names of child
> nodes, instead of any names.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>
> ---
>
> Changes since v1:
> 1. Correct qcom,local-pid and qcom,remote-pid types to uint32.
> 2. The DT schema warnings reported by Rob's robot are fixed already in
> separate patches.
> ---
> .../bindings/soc/qcom/qcom,smp2p.txt | 110 -------------
> .../bindings/soc/qcom/qcom,smp2p.yaml | 145 ++++++++++++++++++
> 2 files changed, 145 insertions(+), 110 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smp2p.txt
> create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smp2p.yaml
>

Applied, thanks!