On Tue, 21 Apr 2020 14:15:52 +0900, Yoshihiro Shimoda wrote: > Convert Renesas VMSA-Compatible IOMMU bindings documentation > to json-schema. > > Note that original documentation doesn't mention renesas,ipmmu-vmsa > for R-Mobile APE6. But, R-Mobile APE6 is similar to the R-Car > Gen2. So, renesas,ipmmu-r8a73a4 belongs the renesas,ipmmu-vmsa > section. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > Changes from v4: > - Fix description about cell counts on #iommu-cells and renesas,ipmmu-main. > - Fix node name on the example. > https://patchwork.kernel.org/patch/11494231/ > > Changes from v3: > - Fix renesas,ipmmu-r8a7795's section > https://patchwork.kernel.org/patch/11494079/ > > Changes from v2: > - Add a description for R-Mobile APE6 on the commit log. > - Change renesas,ipmmu-r8a73a4 section on the compatible. > - Add items on the interrupts. > - Add power-domains to required. > - Add oneOf for interrupts and renesas,ipmmu-main > https://patchwork.kernel.org/patch/11490581/ > > Changes from v1: > - Fix typo in the subject. > - Add a description on #iommu-cells. > https://patchwork.kernel.org/patch/11485415/ > > .../bindings/iommu/renesas,ipmmu-vmsa.txt | 73 ---------------- > .../bindings/iommu/renesas,ipmmu-vmsa.yaml | 98 ++++++++++++++++++++++ > 2 files changed, 98 insertions(+), 73 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt > create mode 100644 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml > Applied, thanks. Rob