On 12/7/21 6:58 AM, Rob Herring wrote: > On Mon, 06 Dec 2021 10:26:11 -0800, Florian Fainelli wrote: >> Convert the Broadcom STB L2 generic Level 2 interrupt controller Device >> Tree binding to YAML to help with validation. >> >> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx> >> --- >> .../interrupt-controller/brcm,l2-intc.txt | 31 --------- >> .../interrupt-controller/brcm,l2-intc.yaml | 64 +++++++++++++++++++ >> 2 files changed, 64 insertions(+), 31 deletions(-) >> delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt >> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.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/1564135 > > > interrupt-controller@3e1000: 'interrupt-names' does not match any of the regexes: 'pinctrl-[0-9]+' > arch/arm/boot/dts/bcm7445-bcm97445svmb.dt.yaml > > interrupt-controller@7ef00100: compatible: 'oneOf' conditional failed, one must be fixed: > arch/arm64/boot/dts/broadcom/bcm2711-rpi-400.dt.yaml > arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dt.yaml > arch/arm64/boot/dts/broadcom/bcm2711-rpi-cm4-io.dt.yaml > arch/arm/boot/dts/bcm2711-rpi-400.dt.yaml > arch/arm/boot/dts/bcm2711-rpi-4-b.dt.yaml > arch/arm/boot/dts/bcm2711-rpi-cm4-io.dt.yaml Both fixed in v3. -- Florian