aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-01-28 11:33:06 -0800
committerDavid S. Miller <davem@davemloft.net>2015-01-30 17:42:01 -0800
commitf276c0ce5d9256bb87e65f88ddea28a6a5eafdb2 (patch)
treea474f07c34c34cfa63a1b18ab83bd03a57ab3239 /arch
parent9120bd6e9f779d921450ec53cea02eff07003eae (diff)
downloadlinux-n900-f276c0ce5d9256bb87e65f88ddea28a6a5eafdb2.tar.gz
net: davinci_emac: Get device MAC on 3517
Looks like on 3517 davinci_emac MAC address registers have a different layout compared to dm816x and am33xx. Let's add a function to get the 3517 MAC address. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/am3517.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi
index 5a452fdd7c5d97..c90724bded1081 100644
--- a/arch/arm/boot/dts/am3517.dtsi
+++ b/arch/arm/boot/dts/am3517.dtsi
@@ -31,6 +31,7 @@
status = "disabled";
reg = <0x5c000000 0x30000>;
interrupts = <67 68 69 70>;
+ syscon = <&omap3_scm_general>;
ti,davinci-ctrl-reg-offset = <0x10000>;
ti,davinci-ctrl-mod-reg-offset = <0>;
ti,davinci-ctrl-ram-offset = <0x20000>;