Hi, Rob, On 12/9/21 7:10 PM, Rob Herring wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > On Thu, 09 Dec 2021 14:29:38 +0200, Tudor Ambarus wrote: >> Convert the Atmel QuadSPI controller Device Tree binding documentation >> to json-schema. >> >> Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxxxxx> >> --- >> .../bindings/spi/atmel,quadspi.yaml | 87 +++++++++++++++++++ >> .../devicetree/bindings/spi/atmel-quadspi.txt | 37 -------- >> 2 files changed, 87 insertions(+), 37 deletions(-) >> create mode 100644 Documentation/devicetree/bindings/spi/atmel,quadspi.yaml >> delete mode 100644 Documentation/devicetree/bindings/spi/atmel-quadspi.txt >> > > Running 'make dtbs_check' with the schema in this patch gives the > following warnings. Consider if they are expected or the schema is > incorrect. These may not be new warnings. > > Note that it is not yet a requirement to have 0 warnings for dtbs_check. > This will change in the future. > > Full log is available here: https://patchwork.ozlabs.org/patch/1565734 > > > spi@f0024000: 'clock-names' is a required property > arch/arm/boot/dts/at91-sama5d27_som1_ek.dt.yaml > arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dt.yaml > Thanks, I was aware of that. I specified in the cover letter that these are fixed with the following patch: https://lore.kernel.org/lkml/20211209102542.254153-1-tudor.ambarus@xxxxxxxxxxxxx/ Cheers, ta