projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e8963
)
ARM: dts: socfpga: Drop phy-addr OF property from CV dtsi
author
Marek Vasut
<marex@denx.de>
Sat, 19 Mar 2016 23:57:04 +0000
(23:57 +0000)
committer
Dinh 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_cyclone5.dtsi
b/arch/arm/boot/dts/socfpga_cyclone5.dtsi
index
06db951
..
418c19e
100644
(file)
--- 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";
};