summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-xp-theadorable.dts
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2022-09-15 15:21:22 +0200
committerStefan Roese <sr@denx.de>2022-09-20 06:39:43 +0200
commit50e4d8511df61b57e6ed7f7043b157229bc71375 (patch)
treef96377ea669897809ffb4f8af1aab2516d25d710 /arch/arm/dts/armada-xp-theadorable.dts
parentc686d35b4377a7cd47f0bf27308908cfdeb6bec3 (diff)
arm: mvebu: theadorable: Update eth & mdio DT nodes
With the recent changes in the Marvel mvneta network driver, the MDIO bus is not connected any more. This patch updates the DT nodes to use the nodes from the dtsi files instead of creating ad-hoc nodes. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-xp-theadorable.dts')
-rw-r--r--arch/arm/dts/armada-xp-theadorable.dts27
1 files changed, 12 insertions, 15 deletions
diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts
index ba73386d4f..7d833640b6 100644
--- a/arch/arm/dts/armada-xp-theadorable.dts
+++ b/arch/arm/dts/armada-xp-theadorable.dts
@@ -107,20 +107,6 @@
status = "okay";
};
- mdio {
- #address-cells = <1>;
- #size-cells = <0>;
- phy0: ethernet-phy@0 {
- reg = <0>;
- };
- };
-
- ethernet@70000 {
- status = "okay";
- phy = <&phy0>;
- phy-mode = "sgmii";
- };
-
usb@50000 {
status = "okay";
};
@@ -166,6 +152,18 @@
clock-frequency = <100000>;
};
+&mdio {
+ phy0: ethernet-phy@0 {
+ reg = <0>;
+ };
+};
+
+&eth0 {
+ status = "okay";
+ phy = <&phy0>;
+ phy-mode = "sgmii";
+};
+
&spi0 {
status = "okay";
@@ -198,7 +196,6 @@
};
};
-
&pciec {
status = "okay";