From: Nicolas Ferre Date: Tue, 31 Mar 2015 09:01:12 +0000 (+0200) Subject: ARM: at91/dt: sama5d3 xplained: add phy address for macb0 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9e65adb4f65d621a90e989af4e8d17d3f2bab92a;p=linux-beck.git ARM: at91/dt: sama5d3 xplained: add phy address for macb0 Specify the phy address on macb0 node aka GEM. Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts index d9263cf86304..64636974d7dd 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 {