ARM: dts: socfpga: Drop phy-addr OF property from CV dtsi
authorMarek Vasut <marex@denx.de>
Sat, 19 Mar 2016 23:57:04 +0000 (23:57 +0000)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 11 Apr 2016 18:59:34 +0000 (13:59 -0500)
The phy-addr property of stmmac is deprecated and the stmmac driver
does not use it either. On the contrary, the driver will warn if
this property is defined. Remove it.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/boot/dts/socfpga_cyclone5.dtsi

index 06db951..418c19e 100644 (file)
@@ -40,7 +40,6 @@
 
                ethernet@ff702000 {
                        phy-mode = "rgmii";
-                       phy-addr = <0xffffffff>; /* probe for phy addr */
                        status = "okay";
                };