From 36900789373add027f12d21ac8ae5c24d64b1352 Mon Sep 17 00:00:00 2001 From: Dylan Hung Date: Mon, 23 May 2022 17:13:46 +0800 Subject: [PATCH] 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 Change-Id: I14c5945b2e4fbc91346b03f73d5b09626bdce43b --- arch/arm/boot/dts/aspeed-g6.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index cc0511ac8a97..aa0cc0353286 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -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>;