summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek Behún <[email protected]>2022-04-27 12:41:50 +0200
committerStefan Roese <[email protected]>2022-05-04 07:05:51 +0200
commit0ce0feb046aac38aa7d8ac14d13dbafc9bc3da3c (patch)
treead7a99e6889a387ff6d186c1d5e07d0b4f0a98a2 /arch
parent00b1bad961fff51db71573f5fc6e4e35b47381b2 (diff)
arm: mvebu: turris_mox: Use DM registered MDIO
In order to be able to get rid of the non-DM MDIO bus registered in mvneta driver, start using the DM registered one in Turris MOX board code. This also allows us to drop the hack introduced in MOX' -u-boot.dtsi file. Signed-off-by: Marek Behún <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/armada-3720-turris-mox-u-boot.dtsi19
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/dts/armada-3720-turris-mox-u-boot.dtsi b/arch/arm/dts/armada-3720-turris-mox-u-boot.dtsi
index 28a36a61035..71d5e70ca45 100644
--- a/arch/arm/dts/armada-3720-turris-mox-u-boot.dtsi
+++ b/arch/arm/dts/armada-3720-turris-mox-u-boot.dtsi
@@ -3,25 +3,6 @@
* 2022 by Marek Behún <[email protected]>
*/
-/ {
- mdio {
- #address-cells = <1>;
- #size-cells = <0>;
-
- old_binding_phy1: ethernet-phy@1 {
- reg = <1>;
- };
- };
-};
-
-&eth0 {
- pinctrl-0 = <&rgmii_pins>, <&smi_pins>;
- /delete-property/ phy-handle;
- phy = <&old_binding_phy1>;
-};
-
-/delete-node/ &mdio;
-
&usb3 {
vbus-supply = <&exp_usb3_vbus>;
};