LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] ARM: at91/dt: sama5d3 xplained: add phy address for macb0
@ 2015-03-31 9:01 Nicolas Ferre
0 siblings, 0 replies; only message in thread
From: Nicolas Ferre @ 2015-03-31 9:01 UTC (permalink / raw)
To: linux-arm-kernel, netdev
Cc: linux-kernel, Boris BREZILLON, Alexandre Belloni, f.fainelli,
Nicolas Ferre
Specify the phy address on macb0 node aka GEM.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
index 6c4bc53cbf4e..08cb500ce171 100644
--- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
@@ -105,7 +105,13 @@
macb0: ethernet@f0028000 {
phy-mode = "rgmii";
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "okay";
+
+ ethernet-phy@7 {
+ reg = <0x7>;
+ };
};
pwm0: pwm@f002c000 {
--
2.1.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-31 9:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31 9:01 [PATCH] ARM: at91/dt: sama5d3 xplained: add phy address for macb0 Nicolas Ferre
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).