Hi Rob, > From: Rob Herring, Sent: Wednesday, February 3, 2021 5:56 AM > > Running 'dt-validate -m' will flag any compatible strings missing a schema. > Fix all the errors found in DT binding examples. Most of these are just > typos. > > Cc: Stephen Boyd <sb...@kernel.org> > Cc: Maxime Ripard <mrip...@kernel.org> > Cc: Chen-Yu Tsai <w...@csie.org> > Cc: Linus Walleij <linus.wall...@linaro.org> > Cc: Herbert Xu <herb...@gondor.apana.org.au> > Cc: "David S. Miller" <da...@davemloft.net> > Cc: Daniel Palmer <dan...@thingy.jp> > Cc: Bartosz Golaszewski <bgolaszew...@baylibre.com> > Cc: Avi Fishman <avifishma...@gmail.com> > Cc: Tomer Maimon <tmaimo...@gmail.com> > Cc: Tali Perry <tali.per...@gmail.com> > Cc: Joerg Roedel <j...@8bytes.org> > Cc: Will Deacon <w...@kernel.org> > Cc: Andrew Jeffery <and...@aj.id.au> > Cc: Joel Stanley <j...@jms.id.au> > Cc: Wim Van Sebroeck <w...@linux-watchdog.org> > Cc: Guenter Roeck <li...@roeck-us.net> > Cc: Yoshihiro Shimoda <yoshihiro.shimoda...@renesas.com> > Cc: Vincent Cheng <vincent.cheng...@renesas.com> > Cc: linux-...@vger.kernel.org > Cc: linux-crypto@vger.kernel.org > Cc: linux-g...@vger.kernel.org > Cc: linux-...@vger.kernel.org > Cc: io...@lists.linux-foundation.org > Cc: linux-watch...@vger.kernel.org > Signed-off-by: Rob Herring <r...@kernel.org> <snip> > diff --git a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml > b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml > index cde1afa8dfd6..349633108bbd 100644 > --- a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml > +++ b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml > @@ -93,7 +93,7 @@ examples: > #include <dt-bindings/power/r8a7791-sysc.h> > > ipmmu_mx: iommu@fe951000 { > - compatible = "renasas,ipmmu-r8a7791", "renasas,ipmmu-vmsa"; > + compatible = "renesas,ipmmu-r8a7791", "renesas,ipmmu-vmsa";
Oops. Thank you for fixing this. Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda...@renesas.com> Best regards, Yoshihiro Shimoda