On Tue, 19 May 2020 09:42:29 +0200, Geert Uytterhoeven wrote: > make dtbs_check: > > arch/arm/boot/dts/r7s72100-genmai.dt.yaml: camera@e8210000: 'clocks', 'power-domains' do not match any of the regexes: 'pinctrl-[0-9]+' > > Fix this by documenting the missing properties. > Update the example to match reality. > > Fixes: 7f464532b05dadc8 ("dt-bindings: Add missing 'additionalProperties: false'") > Fixes: 58361eaa11d561f3 ("dt-bindings: media: renesas,ceu: Convert to yaml") > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > .../devicetree/bindings/media/renesas,ceu.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) > Applied, thanks!