summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-armadillo800eva.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-05-06 22:58:41 -0700
committerRafael J. Wysocki <rjw@sisk.pl>2012-05-12 22:33:07 +0200
commit9c18f238c1ec36b9912b5b36ae24e0c221179044 (patch)
tree1dfd5fea799e8d3a794a7cd85752aa7a7d0f9ad3 /arch/arm/mach-shmobile/board-armadillo800eva.c
parent3841e6f561af717478b253ce1dcba7bff9e9f890 (diff)
downloadop-kernel-dev-9c18f238c1ec36b9912b5b36ae24e0c221179044.zip
op-kernel-dev-9c18f238c1ec36b9912b5b36ae24e0c221179044.tar.gz
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 0cfaec5a..e750ea6 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[] = {
static struct platform_device sh_eth_device = {
.name = "sh-eth",
+ .id = -1,
.dev = {
.platform_data = &sh_eth_platdata,
},
OpenPOWER on IntegriCloud