ARM: dts: aspeed: Specify correct generic compatible for CVIC
authorAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 2 Aug 2024 04:25:19 +0000 (13:55 +0930)
committerJoel Stanley <joel@jms.id.au>
Thu, 22 Aug 2024 03:37:15 +0000 (13:07 +0930)
The ASPEED CVIC binding documents `aspeed,cvic` as the required generic
compatible, but the devicetrees contained `aspeed-cvic`. Update the
devictrees to use `aspeed,cvic` as documented and as required by
the driver implementation. Presumably the bug was the result of some
incoherent thoughts while removing the SoC name at the time of
writing.

Link: https://lore.kernel.org/r/20240802-dt-warnings-bmc-dts-cleanups-v1-2-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 267a0c8e828bf6c3a7bf7fd169694f7d6f6a30d9..ec9563c629dfdd783111d296852db1f25472da3d 100644 (file)
                };
 
                cvic: interrupt-controller@1e6c2000 {
-                       compatible = "aspeed,ast2400-cvic", "aspeed-cvic";
+                       compatible = "aspeed,ast2400-cvic", "aspeed,cvic";
                        valid-sources = <0x7fffffff>;
                        reg = <0x1e6c2000 0x80>;
                };
index 4d805cf344a1928202c9781b9d751106f176a496..a846df1a65ffeee40b328bd770d02f126c25e7e0 100644 (file)
                };
 
                cvic: interrupt-controller@1e6c2000 {
-                       compatible = "aspeed,ast2500-cvic", "aspeed-cvic";
+                       compatible = "aspeed,ast2500-cvic", "aspeed,cvic";
                        valid-sources = <0xffffffff>;
                        copro-sw-interrupts = <1>;
                        reg = <0x1e6c2000 0x80>;