[PATCH 1/2] ARM: socfpga: dts: Drop phy-addr OF property from CV dtsi
Marek Vasut
marex at denx.de
Sat Mar 19 16:57:04 PDT 2016
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 at denx.de>
Cc: Dinh Nguyen <dinguyen at opensource.altera.com>
---
arch/arm/boot/dts/socfpga_cyclone5.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boot/dts/socfpga_cyclone5.dtsi b/arch/arm/boot/dts/socfpga_cyclone5.dtsi
index 06db951..418c19e 100644
--- a/arch/arm/boot/dts/socfpga_cyclone5.dtsi
+++ b/arch/arm/boot/dts/socfpga_cyclone5.dtsi
@@ -40,7 +40,6 @@
ethernet at ff702000 {
phy-mode = "rgmii";
- phy-addr = <0xffffffff>; /* probe for phy addr */
status = "okay";
};
--
2.7.0
More information about the linux-arm-kernel
mailing list