On Tue, 19 May 2020 09:58:58 +0200, Geert Uytterhoeven wrote: > make dtbs_check: > > arch/arm/boot/dts/r8a7740-armadillo800eva.dt.yaml: sound@fe1f0000: '#sound-dai-cells', '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. > While at it, improve the document title, and comment the various > compatible values with the corresponding SoC names. > > Fixes: 7f464532b05dadc8 ("dt-bindings: Add missing 'additionalProperties: false'") > Fixes: 2f52475bac7e1572 ("ASoC: fsi: switch to yaml base Documentation") > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > For a clean "make dtbs_check", this depends on "ARM: dts: sh73a0: Add > missing clocks to sound node" > (http://lore.kernel.org/r/20200519075525.24742-1-geert+renesas@xxxxxxxxx). > --- > .../bindings/sound/renesas,fsi.yaml | 29 +++++++++++++++---- > 1 file changed, 23 insertions(+), 6 deletions(-) > Applied, thanks!