]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: aspeed: Fix coprocessor interrupt controller node name
authorAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 2 Aug 2024 04:25:18 +0000 (13:55 +0930)
committerJoel Stanley <joel@jms.id.au>
Thu, 22 Aug 2024 03:37:15 +0000 (13:07 +0930)
Squash schema warnings such as:

 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-galaxy100.dtb:
 copro-interrupt-controller@1e6c2000: $nodename:0:
 'copro-interrupt-controller@1e6c2000' does not match
 '^interrupt-controller(@[0-9a-f,]+)*$'

Link: https://lore.kernel.org/r/20240802-dt-warnings-bmc-dts-cleanups-v1-1-1cb1378e5fcd@codeconstruct.com.au
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed/aspeed-g4.dtsi
arch/arm/boot/dts/aspeed/aspeed-g5.dtsi

index c669ec202085924b9c59a3860cb297a91144a151..267a0c8e828bf6c3a7bf7fd169694f7d6f6a30d9 100644 (file)
                        reg = <0x1e6c0080 0x80>;
                };
 
-               cvic: copro-interrupt-controller@1e6c2000 {
+               cvic: interrupt-controller@1e6c2000 {
                        compatible = "aspeed,ast2400-cvic", "aspeed-cvic";
                        valid-sources = <0x7fffffff>;
                        reg = <0x1e6c2000 0x80>;
index 6e05cbcce49cac50f2d3a1c293e56bdd2aed1388..4d805cf344a1928202c9781b9d751106f176a496 100644 (file)
                        reg = <0x1e6c0080 0x80>;
                };
 
-               cvic: copro-interrupt-controller@1e6c2000 {
+               cvic: interrupt-controller@1e6c2000 {
                        compatible = "aspeed,ast2500-cvic", "aspeed-cvic";
                        valid-sources = <0xffffffff>;
                        copro-sw-interrupts = <1>;