diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-22 09:47:54 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-04-04 11:27:27 -0400 |
commit | 509ea1b804a9d6b480de7a7d3041418a79c9bd71 (patch) | |
tree | 46bad9edee49c66ef9d02204d0e13326e14bc8fc /arch/arm/boot/dts/at91sam9g35ek.dts | |
parent | b090e5f68c0353534880b95ea0df56b8c0230b8c (diff) |
ARM: at91/dt: fix macb node declaration
Macb0 node cannot be activated in generic sam9x5ek.dtsi file
as the sam9g15 does not have one.
Move the macb0 & macb1 activation in board .dts file that
support them.
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g35ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g35ek.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9g35ek.dts b/arch/arm/boot/dts/at91sam9g35ek.dts index 95944bdd798d..6f58ab8d21f5 100644 --- a/arch/arm/boot/dts/at91sam9g35ek.dts +++ b/arch/arm/boot/dts/at91sam9g35ek.dts | |||
@@ -13,4 +13,13 @@ | |||
13 | / { | 13 | / { |
14 | model = "Atmel AT91SAM9G35-EK"; | 14 | model = "Atmel AT91SAM9G35-EK"; |
15 | compatible = "atmel,at91sam9g35ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; | 15 | compatible = "atmel,at91sam9g35ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; |
16 | |||
17 | ahb { | ||
18 | apb { | ||
19 | macb0: ethernet@f802c000 { | ||
20 | phy-mode = "rmii"; | ||
21 | status = "okay"; | ||
22 | }; | ||
23 | }; | ||
24 | }; | ||
16 | }; | 25 | }; |