On Wed, 30 Oct 2019 18:32:16 +0100, Krzysztof Kozlowski wrote: > Convert Samsung Exynos Soc Power Domain bindings to DT schema format using > json-schema. > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > > --- > > Changes since v2: > 1. Use new name of file in samsung,sysmmu.yaml and MAINTAINERS. > > Changes since v1: > 1. Indent example with four spaces (more readable), > 2. Remove unneeded types, > 3. Add missing address in example and fix the name. > --- > .../bindings/iommu/samsung,sysmmu.yaml | 2 +- > .../devicetree/bindings/power/pd-samsung.txt | 45 ------------- > .../devicetree/bindings/power/pd-samsung.yaml | 66 +++++++++++++++++++ > MAINTAINERS | 2 +- > 4 files changed, 68 insertions(+), 47 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/power/pd-samsung.txt > create mode 100644 Documentation/devicetree/bindings/power/pd-samsung.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>