diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2013-07-10 15:21:17 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-30 03:56:20 -0400 |
commit | b77c6bcef2082a7cd96124daf15df8da5b670ebe (patch) | |
tree | cd5e27e77afc45ef06bee1173bd635d91ada443e /arch/arm/mach-shmobile | |
parent | 58d0bbd1a734831262157f006306f084dda9605d (diff) |
ARM: shmobile: lager: disable MMCIF Command Completion Signal, add CLK_CTRL2
MMCIF on r8a7790 doesn't support Command Completion Signal, but it does
implement a CE_CLK_CTRL2 register. Platform parameters have to be added to
account for these features on lager.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
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-lager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-lager.c b/arch/arm/mach-shmobile/board-lager.c index 9fbbf23244a8..1e231423b2b0 100644 --- a/arch/arm/mach-shmobile/board-lager.c +++ b/arch/arm/mach-shmobile/board-lager.c | |||
@@ -142,6 +142,8 @@ static struct regulator_consumer_supply fixed3v3_power_consumers[] = | |||
142 | /* MMCIF */ | 142 | /* MMCIF */ |
143 | static struct sh_mmcif_plat_data mmcif1_pdata __initdata = { | 143 | static struct sh_mmcif_plat_data mmcif1_pdata __initdata = { |
144 | .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE, | 144 | .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE, |
145 | .clk_ctrl2_present = true, | ||
146 | .ccs_unsupported = true, | ||
145 | }; | 147 | }; |
146 | 148 | ||
147 | static struct resource mmcif1_resources[] __initdata = { | 149 | static struct resource mmcif1_resources[] __initdata = { |