summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorMagnus Damm2014-03-18 13:54:34 +0100
committerSimon Horman2014-04-14 04:30:40 +0200
commitf278ea78beeb17ea07d11fc3372d4f98c94dcf46 (patch)
treea9f3006797f02fa64a8dc97b6aea7e84f1bb8fc9 /arch/arm/mach-shmobile
parentARM: shmobile: Add Lager clock workarounds for SDHI and MMCIF (diff)
downloadkernel-qcow2-linux-f278ea78beeb17ea07d11fc3372d4f98c94dcf46.tar.gz
kernel-qcow2-linux-f278ea78beeb17ea07d11fc3372d4f98c94dcf46.tar.xz
kernel-qcow2-linux-f278ea78beeb17ea07d11fc3372d4f98c94dcf46.zip
ARM: shmobile: Add Koelsch clock workarounds for SDHI
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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-koelsch-reference.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
index 63117d52db9e..941f8b394e84 100644
--- a/arch/arm/mach-shmobile/board-koelsch-reference.c
+++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
@@ -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" },
};