diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2012-07-01 01:12:04 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-02 23:44:54 +0200 |
commit | 11b8e45218def22ee6b3651d58f520279c6ffe8f (patch) | |
tree | cf8cc282ddc941737112b511800d736bc83350d8 | |
parent | 44a4244e4a0cab17c8ddcec78f6fc9dd92cef247 (diff) | |
download | linux-3.10-11b8e45218def22ee6b3651d58f520279c6ffe8f.tar.gz linux-3.10-11b8e45218def22ee6b3651d58f520279c6ffe8f.tar.bz2 linux-3.10-11b8e45218def22ee6b3651d58f520279c6ffe8f.zip |
ARM: mach-shmobile: add SDHI2 to the 2.8V fixed regulator consumers on kzm9g
The recently added SDHI2 interface to kzm9g needs power supplies for the
upcoming transition away from OCR masks, provided in platform data.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9g.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index 256aa8dce66..8636e6a1ad7 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c @@ -373,11 +373,13 @@ static struct platform_device mmc_device = { .resource = sh_mmcif_resources, }; -/* Fixed 2.8V regulators to be used by SDHI0 */ +/* Fixed 2.8V regulators to be used by SDHI0 and SDHI2 */ static struct regulator_consumer_supply fixed2v8_power_consumers[] = { REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"), REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"), + REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.2"), + REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.2"), }; /* SDHI */ |