Revert "ARC: [plat-axs10x] add Ethernet PHY description in .dts"
authorVineet Gupta <vgupta@synopsys.com>
Wed, 6 Apr 2016 11:58:11 +0000 (17:28 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Thu, 7 Apr 2016 09:29:09 +0000 (14:59 +0530)
This reverts commit 667a490bdb6e27db0887d2ca515b907d6aa87118.

This is needed to get ethernet(stmmac) working in 4.6-rc2 on axs103.

4.5 needed this fix, but apprently stmmac has gained some fixes which
warrant reversal of this.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/axs10x_mb.dtsi

index ab5d570..44a578c 100644 (file)
                        clocks = <&apbclk>;
                        clock-names = "stmmaceth";
                        max-speed = <100>;
-                       mdio0 {
-                               #address-cells = <1>;
-                               #size-cells = <0>;
-                               compatible = "snps,dwmac-mdio";
-                               phy1: ethernet-phy@1 {
-                                       reg = <1>;
-                               };
-                       };
                };
 
                ehci@0x40000 {