Re: [PATCH v2 4/8] dt-bindings: memory-controllers: Convert Samsung Exynos SROM bindings to json-schema

From: Rob Herring
Date: Thu Oct 10 2019 - 17:23:54 EST


On Wed, 18 Sep 2019 19:31:37 +0200, Krzysztof Kozlowski wrote:
> Convert Samsung Exynos SROM controller bindings to DT schema format
> using json-schema.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> ---
>
> Changes since v1:
> 1. Indent example with four spaces (more readable),
> 2. Split examples into two,
> 3. Fix pattern for subnode name,
> 4. Remove checks for #address-cells-ranges-#size-cells,
> 5. Add "additionalProperties" so the wrongly named subnodes would be
> matched.
> ---
> .../memory-controllers/exynos-srom.txt | 79 -----------
> .../memory-controllers/exynos-srom.yaml | 128 ++++++++++++++++++
> 2 files changed, 128 insertions(+), 79 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt
> create mode 100644 Documentation/devicetree/bindings/memory-controllers/exynos-srom.yaml
>

Applied, thanks.

Rob