linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: socfpga: dts: Drop phy-addr OF property from CV dtsi
@ 2016-03-19 23:57 Marek Vasut
  2016-03-19 23:57 ` [PATCH 2/2] ARM: socfpga: dts: Drop gmac0 " Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2016-03-19 23:57 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-21 20:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19 23:57 [PATCH 1/2] ARM: socfpga: dts: Drop phy-addr OF property from CV dtsi Marek Vasut
2016-03-19 23:57 ` [PATCH 2/2] ARM: socfpga: dts: Drop gmac0 " Marek Vasut
2016-03-21  7:54   ` Steffen Trumtrar
2016-03-21 20:32   ` Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).