diff options
| author | Marek Vasut <[email protected]> | 2016-03-19 23:57:04 +0000 |
|---|---|---|
| committer | Dinh Nguyen <[email protected]> | 2016-04-11 13:59:34 -0500 |
| commit | ebaea3a7852e19bcffcbc8d7de055f2ebacda7ca (patch) | |
| tree | 123a25281432ceaa0ffeb8429995c34faa25f847 | |
| parent | a1e89630ea8b3797f8ecbdc95e210e29ea461bfa (diff) | |
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 <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
| -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"; }; |