On Thu, 14 Dec 2023 13:55:52 -0600, Rob Herring wrote: > The iommus and iommu-names property schemas have several issues. First, > 'iommus-names' in the if/then schemas is the wrong name. As all the names > are the same, they can be defined at the top level instead. Then the > if/then schemas just need to define how many entries. The iommus if/then > schemas are also redundant. Best I can tell, the desire was to require 2 > entries for "samsung,exynos5433-mfc", "samsung,mfc-v5", "samsung,mfc-v6", > and "samsung,mfc-v8". > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > v2: > - Fix some more cases of iommus-names > --- > .../bindings/media/samsung,s5p-mfc.yaml | 33 ++++++++----------- > 1 file changed, 13 insertions(+), 20 deletions(-) > Applied, thanks!