Re: [PATCH v2] dt-bindings: memory: convert H8/300 bus controller to dtschema

From: Rob Herring
Date: Mon Aug 23 2021 - 14:15:51 EST


On Wed, 18 Aug 2021 22:29:53 +0200, Krzysztof Kozlowski wrote:
> Convert H8/300 bus controller bindings to DT schema format using
> json-schema.
>
> The conversion also extends the bindings to match what is really used in
> existing devicetree sources (the original file mentions only
> "renesas,h8300-bsc" but "renesas,h8300h-bsc" and "renesas,h8s-bsc" are
> used with it).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>
>
> ---
>
> Changes since v1:
> 1. Add renesas,h8s-bsc pointed by Rob.
> 2. Extend commit log.
> ---
> .../memory-controllers/renesas,h8300-bsc.txt | 12 -------
> .../memory-controllers/renesas,h8300-bsc.yaml | 35 +++++++++++++++++++
> 2 files changed, 35 insertions(+), 12 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/memory-controllers/renesas,h8300-bsc.txt
> create mode 100644 Documentation/devicetree/bindings/memory-controllers/renesas,h8300-bsc.yaml
>

Applied, thanks!