ARM: shmobile: Add Lager clock workarounds for SDHI and MMCIF
authorMagnus Damm <damm@opensource.se>
Tue, 18 Mar 2014 12:52:47 +0000 (21:52 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 14 Apr 2014 02:30:40 +0000 (11:30 +0900)
Add MMCIF1, SDHI0 and SDHI2 to the clock workaround list for
Lager multiplatform. Without these additional lines wakeup
from Suspend-to-RAM never happens.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-lager-reference.c

index 313118c5f365102deb3526489a1f729c3444c7aa..1eb48cffb4c583e05749721d0e79427aab805be7 100644 (file)
@@ -114,7 +114,10 @@ static const struct clk_name clk_names[] __initconst = {
 static const struct clk_name clk_enables[] __initconst = {
        { "ether", NULL, "ee700000.ethernet" },
        { "msiof1", NULL, "e6e10000.spi" },
+       { "mmcif1", NULL, "ee220000.mmc" },
        { "qspi_mod", NULL, "e6b10000.spi" },
+       { "sdhi0", NULL, "ee100000.sd" },
+       { "sdhi2", NULL, "ee140000.sd" },
        { "thermal", NULL, "e61f0000.thermal" },
 };
 
This page took 0.049066 seconds and 5 git commands to generate.