ARM: shmobile: Add Koelsch clock workarounds for SDHI
authorMagnus Damm <damm@opensource.se>
Tue, 18 Mar 2014 12:54:34 +0000 (21:54 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 14 Apr 2014 02:30:40 +0000 (11:30 +0900)
Add SDHI0, SDHI1 and SDHI2 to the clock workaround list for
Koelsch 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-koelsch-reference.c

index 63117d52db9eec8734fa9b85847ac525c2abcdee..941f8b394e84c2bab3fe71f3162275085ab753af 100644 (file)
@@ -115,6 +115,9 @@ static const struct clk_name clk_enables[] __initconst = {
        { "i2c2", NULL, "e6530000.i2c" },
        { "msiof0", NULL, "e6e20000.spi" },
        { "qspi_mod", NULL, "e6b10000.spi" },
+       { "sdhi0", NULL, "ee100000.sd" },
+       { "sdhi1", NULL, "ee140000.sd" },
+       { "sdhi2", NULL, "ee160000.sd" },
        { "thermal", NULL, "e61f0000.thermal" },
 };
 
This page took 0.048532 seconds and 5 git commands to generate.