On Tue, 27 Sept 2022 at 11:12, Jean-Philippe Brucker <jean-phili...@linaro.org> wrote: > > The SMMUv3 node isn't expected to have clock properties. Fix the > corresponding dt-validate warning: > > smmuv3@9050000: 'clock-names', 'clocks' do not match any of the regexes: > 'pinctrl-[0-9]+' > From schema: linux/Documentation/devicetree/bindings/iommu/arm,smmu-v3.yaml > > Signed-off-by: Jean-Philippe Brucker <jean-phili...@linaro.org> > --- > hw/arm/virt.c | 2 -- > 1 file changed, 2 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM