Hello, This short series converts the Aspeed VIC and CVIC bindings over to DT schema. The CVIC has historically been documented under "misc" as it's the interrupt controller for the Coldfire co-processor embedded in the SoCs, and not for the main ARM core. Regardless, I've updated both in this series. I tried to document the historical oddities and conversion quirks in the commit messages where appropriate. Please review! Andrew --- Andrew Jeffery (2): dt-bindings: interrupt-controller: aspeed,ast2400-vic: Convert to DT schema dt-bindings: misc: aspeed,ast2400-cvic: Convert to DT schema .../interrupt-controller/aspeed,ast2400-vic.txt | 23 -------- .../interrupt-controller/aspeed,ast2400-vic.yaml | 63 ++++++++++++++++++++++ .../bindings/misc/aspeed,ast2400-cvic.yaml | 60 +++++++++++++++++++++ .../devicetree/bindings/misc/aspeed,cvic.txt | 35 ------------ 4 files changed, 123 insertions(+), 58 deletions(-) --- base-commit: 8400291e289ee6b2bf9779ff1c83a291501f017b change-id: 20240802-dt-warnings-irq-aspeed-dt-schema-5f5efd5d431a Best regards, -- Andrew Jeffery <andrew@xxxxxxxxxxxxxxxxxxxx>