Re: [PATCH v3] dt-bindings: soc: ti: wkup_m3_ipc: convert bindings to json-schema

From: Rob Herring
Date: Fri Apr 08 2022 - 14:33:50 EST


On Thu, 07 Apr 2022 08:46:20 -0700, Drew Fustini wrote:
> Convert the wkup_m3_ipc bindings documentation to json-schema.
>
> Link: https://lore.kernel.org/linux-arm-kernel/20220221125522.l3tntb6i7yjxp6vb@flattered/
> Suggested-by: Nishanth Menon <nm@xxxxxx>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> Signed-off-by: Drew Fustini <dfustini@xxxxxxxxxxxx>
> ---
> .../bindings/soc/ti/wkup-m3-ipc.yaml | 81 +++++++++++++++++++
> .../bindings/soc/ti/wkup_m3_ipc.txt | 57 -------------
> 2 files changed, 81 insertions(+), 57 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/soc/ti/wkup-m3-ipc.yaml
> delete mode 100644 Documentation/devicetree/bindings/soc/ti/wkup_m3_ipc.txt
>
> Changes in v3:
> - rename underscores to hyphens in the filename
>
> Changes in v2:
> - removed unnecessary line breaks and shorten property descriptions
>

Applied, thanks!