ARM: dts: aspeed: remove redundant "syscon" from ast2600 mdio

AST2600 MDIO driver does not use any regmap related to syscon so just
remove it.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I14c5945b2e4fbc91346b03f73d5b09626bdce43b
This commit is contained in:
Dylan Hung 2022-05-23 17:13:46 +08:00
parent 20ba303880
commit 3690078937

View File

@ -274,7 +274,7 @@ flash@2 {
};
mdio0: mdio@1e650000 {
compatible = "aspeed,ast2600-mdio", "syscon";
compatible = "aspeed,ast2600-mdio";
reg = <0x1e650000 0x8>;
#address-cells = <1>;
#size-cells = <0>;
@ -285,7 +285,7 @@ mdio0: mdio@1e650000 {
};
mdio1: mdio@1e650008 {
compatible = "aspeed,ast2600-mdio", "syscon";
compatible = "aspeed,ast2600-mdio";
reg = <0x1e650008 0x8>;
#address-cells = <1>;
#size-cells = <0>;
@ -296,7 +296,7 @@ mdio1: mdio@1e650008 {
};
mdio2: mdio@1e650010 {
compatible = "aspeed,ast2600-mdio", "syscon";
compatible = "aspeed,ast2600-mdio";
reg = <0x1e650010 0x8>;
#address-cells = <1>;
#size-cells = <0>;
@ -307,7 +307,7 @@ mdio2: mdio@1e650010 {
};
mdio3: mdio@1e650018 {
compatible = "aspeed,ast2600-mdio", "syscon";
compatible = "aspeed,ast2600-mdio";
reg = <0x1e650018 0x8>;
#address-cells = <1>;
#size-cells = <0>;