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@kernel.org
Changes since v1:
- Indent example with four spaces (more readable),
- Split examples into two,
- Fix pattern for subnode name,
- Remove checks for #address-cells-ranges-#size-cells,
- 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