mirror of https://gitee.com/openkylin/linux.git
ARM: dts: aspeed: Migrate away from aspeed, g[45].* compatibles
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>
This commit is contained in:
parent
10afc900f4
commit
b46aaf8a66
|
@ -182,7 +182,7 @@ syscon: syscon@1e6e2000 {
|
|||
#reset-cells = <1>;
|
||||
|
||||
pinctrl: pinctrl {
|
||||
compatible = "aspeed,g4-pinctrl";
|
||||
compatible = "aspeed,ast2400-pinctrl";
|
||||
};
|
||||
|
||||
p2a: p2a-control {
|
||||
|
|
|
@ -215,7 +215,7 @@ syscon: syscon@1e6e2000 {
|
|||
#reset-cells = <1>;
|
||||
|
||||
pinctrl: pinctrl {
|
||||
compatible = "aspeed,g5-pinctrl";
|
||||
compatible = "aspeed,ast2500-pinctrl";
|
||||
aspeed,external-nodes = <&gfx &lhc>;
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue