On Thu, 19 Sep 2019 15:19:44 +0200, Marek Szyprowski wrote: > From: Maciej Falkowski <m.falkowski@xxxxxxxxxxx> > > Convert Samsung Exynos IOMMU H/W, System Memory Management Unit > to newer dt-schema format. > > Signed-off-by: Maciej Falkowski <m.falkowski@xxxxxxxxxxx> > Signed-off-by: Andrzej Hajda <a.hajda@xxxxxxxxxxx> > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > v4: > - Rename commit message to match common style > - Remove '"pclk", "aclk"' option from clock-names property. > Some of bindings are incompatible with that and they will be fixed with > another patch. > - Remove unneeded description of clock-names property. > - Remove type description from power-domains property as it is > already a common property. > - Rename node names to match generic names, > specifically: sysmmu -> iommu, gsc -> scaler > > - Add include directive in examples to include > clock macros. This increases readability of the example > as clock macros do not have to be substituted with numerical values > which makes examples more self-explanatory and natural. > > Best regards, > Maciej Falkowski > --- > .../bindings/iommu/samsung,sysmmu.txt | 67 ----------- > .../bindings/iommu/samsung,sysmmu.yaml | 108 ++++++++++++++++++ > 2 files changed, 108 insertions(+), 67 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/iommu/samsung,sysmmu.txt > create mode 100644 Documentation/devicetree/bindings/iommu/samsung,sysmmu.yaml > Applied, thanks. Rob