diff options
author | Magnus Damm <damm@opensource.se> | 2014-03-18 08:52:47 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-13 22:30:40 -0400 |
commit | f98b55d730492e664fb2649bd7054fec0fe81acd (patch) | |
tree | 45478a381de71473dc6787941cd048516b8ffc17 | |
parent | aa5de826afe747c353162bbc116c63ab5335f91c (diff) |
ARM: shmobile: Add Lager clock workarounds for SDHI and MMCIF
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>
-rw-r--r-- | arch/arm/mach-shmobile/board-lager-reference.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c index 313118c5f365..1eb48cffb4c5 100644 --- a/arch/arm/mach-shmobile/board-lager-reference.c +++ b/arch/arm/mach-shmobile/board-lager-reference.c | |||
@@ -114,7 +114,10 @@ static const struct clk_name clk_names[] __initconst = { | |||
114 | static const struct clk_name clk_enables[] __initconst = { | 114 | static const struct clk_name clk_enables[] __initconst = { |
115 | { "ether", NULL, "ee700000.ethernet" }, | 115 | { "ether", NULL, "ee700000.ethernet" }, |
116 | { "msiof1", NULL, "e6e10000.spi" }, | 116 | { "msiof1", NULL, "e6e10000.spi" }, |
117 | { "mmcif1", NULL, "ee220000.mmc" }, | ||
117 | { "qspi_mod", NULL, "e6b10000.spi" }, | 118 | { "qspi_mod", NULL, "e6b10000.spi" }, |
119 | { "sdhi0", NULL, "ee100000.sd" }, | ||
120 | { "sdhi2", NULL, "ee140000.sd" }, | ||
118 | { "thermal", NULL, "e61f0000.thermal" }, | 121 | { "thermal", NULL, "e61f0000.thermal" }, |
119 | }; | 122 | }; |
120 | 123 | ||