On 29/03/2022 21:05, Rob Herring wrote: > On Tue, 29 Mar 2022 13:29:02 +0200, Krzysztof Kozlowski wrote: >> Convert the Qualcomm Universal Peripheral (QUP) Serial Peripheral >> Interface (SPI) bindings to DT Schema. >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> >> --- >> .../devicetree/bindings/spi/qcom,spi-qup.txt | 103 ------------------ >> .../devicetree/bindings/spi/qcom,spi-qup.yaml | 82 ++++++++++++++ >> 2 files changed, 82 insertions(+), 103 deletions(-) >> delete mode 100644 Documentation/devicetree/bindings/spi/qcom,spi-qup.txt >> create mode 100644 Documentation/devicetree/bindings/spi/qcom,spi-qup.yaml >> > > 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/1610591 > > > spi@78b5000: clock-names:0: 'core' was expected > arch/arm64/boot/dts/qcom/qcs404-evb-1000.dt.yaml > arch/arm64/boot/dts/qcom/qcs404-evb-4000.dt.yaml > > spi@78b5000: clock-names:1: 'iface' was expected > arch/arm64/boot/dts/qcom/qcs404-evb-1000.dt.yaml > arch/arm64/boot/dts/qcom/qcs404-evb-4000.dt.yaml All of these (and dma-names) should be fixed with my DTS patches in the series. Best regards, Krzysztof