OSDN Git Service

ARM: dts: aspeed: Migrate away from aspeed, g[45].* compatibles
authorAndrew Jeffery <andrew@aj.id.au>
Wed, 24 Jul 2019 08:13:11 +0000 (17:43 +0930)
committerJoel Stanley <joel@jms.id.au>
Fri, 1 Nov 2019 05:03:21 +0000 (15:33 +1030)
Use the SoC-specific compatible strings instead.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-g4.dtsi
arch/arm/boot/dts/aspeed-g5.dtsi

index dffb595..36df031 100644 (file)
                                #reset-cells = <1>;
 
                                pinctrl: pinctrl {
-                                       compatible = "aspeed,g4-pinctrl";
+                                       compatible = "aspeed,ast2400-pinctrl";
                                };
 
                                p2a: p2a-control {
index e8feb8b..d9ff5bf 100644 (file)
                                #reset-cells = <1>;
 
                                pinctrl: pinctrl {
-                                       compatible = "aspeed,g5-pinctrl";
+                                       compatible = "aspeed,ast2500-pinctrl";
                                        aspeed,external-nodes = <&gfx &lhc>;
 
                                };