aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-armadillo800eva.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-05-07 01:58:41 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-05-12 16:33:07 -0400
commit9c18f238c1ec36b9912b5b36ae24e0c221179044 (patch)
tree1dfd5fea799e8d3a794a7cd85752aa7a7d0f9ad3 /arch/arm/mach-shmobile/board-armadillo800eva.c
parent3841e6f561af717478b253ce1dcba7bff9e9f890 (diff)
ARM: mach-shmobile: clock-r8a7740: add sh-eth clock
armadillo800eva board is using sh-eth, but clock-r8a7740 didn't care it. This clock was enabled by boot-loader. This patch fix it up. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Simon Horman <horms@verge.net.au> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/board-armadillo800eva.c')
-rw-r--r--arch/arm/mach-shmobile/board-armadillo800eva.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index 0cfaec5a5c6a..e750ea69cc94 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -321,6 +321,7 @@ static struct resource sh_eth_resources[] = {
321 321
322static struct platform_device sh_eth_device = { 322static struct platform_device sh_eth_device = {
323 .name = "sh-eth", 323 .name = "sh-eth",
324 .id = -1,
324 .dev = { 325 .dev = {
325 .platform_data = &sh_eth_platdata, 326 .platform_data = &sh_eth_platdata,
326 }, 327 },