mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
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:
parent
20ba303880
commit
3690078937
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user