diff options
author | Marek Vasut <marex@denx.de> | 2016-03-20 02:57:04 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2016-04-11 21:59:34 +0300 |
commit | ebaea3a7852e19bcffcbc8d7de055f2ebacda7ca (patch) | |
tree | 123a25281432ceaa0ffeb8429995c34faa25f847 /arch/arm/boot/dts/socfpga_cyclone5.dtsi | |
parent | a1e89630ea8b3797f8ecbdc95e210e29ea461bfa (diff) | |
download | linux-ebaea3a7852e19bcffcbc8d7de055f2ebacda7ca.tar.xz |
ARM: dts: socfpga: Drop phy-addr OF property from CV dtsi
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>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_cyclone5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5.dtsi b/arch/arm/boot/dts/socfpga_cyclone5.dtsi index 06db951e06f8..418c19eb2b40 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5.dtsi +++ b/arch/arm/boot/dts/socfpga_cyclone5.dtsi @@ -40,7 +40,6 @@ ethernet@ff702000 { phy-mode = "rgmii"; - phy-addr = <0xffffffff>; /* probe for phy addr */ status = "okay"; }; |