diff mbox

[1/3] omap: rx51: Change the TWL4030 VMMC2 voltage constraints and supply name

Message ID 1272902176-21033-1-git-send-email-jhnikula@gmail.com (mailing list archive)
State Accepted
Commit 597e16fc7c7867087548f10413643350371e4b77
Delegated to: Tony Lindgren
Headers show

Commit Message

Jarkko Nikula May 3, 2010, 3:56 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
index 4377a4c..b803f47 100644
--- a/arch/arm/mach-omap2/board-rx51-peripherals.c
+++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
@@ -370,9 +370,9 @@  static struct regulator_init_data rx51_vmmc1 = {
 
 static struct regulator_init_data rx51_vmmc2 = {
 	.constraints = {
-		.name			= "VMMC2_30",
-		.min_uV			= 1850000,
-		.max_uV			= 3150000,
+		.name			= "V28_A",
+		.min_uV			= 2800000,
+		.max_uV			= 3000000,
 		.apply_uV		= true,
 		.valid_modes_mask	= REGULATOR_MODE_NORMAL
 					| REGULATOR_MODE_STANDBY,