diff mbox

[52/73] ARM ux500: Remove external regulators from AB8505 init data

Message ID 1359978868-28736-53-git-send-email-lee.jones@linaro.org
State New
Headers show

Commit Message

Lee Jones Feb. 4, 2013, 11:54 a.m. UTC
From: Rabin Vincent <rabin.vincent@stericsson.com>

They are nonexistent on this platform.

Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Tested-by: Marcus COOPER <marcus.xm.cooper@stericsson.com>
---
 arch/arm/mach-ux500/board-mop500-regulators.c |    5 -----
 1 file changed, 5 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c
index b0f5e8f..6c232b7 100644
--- a/arch/arm/mach-ux500/board-mop500-regulators.c
+++ b/arch/arm/mach-ux500/board-mop500-regulators.c
@@ -759,7 +759,6 @@  static struct ab8500_regulator_reg_init ab8505_reg_init[] = {
 struct regulator_init_data ab8505_regulators[AB8505_NUM_REGULATORS] = {
 	/* supplies to the display/camera */
 	[AB8505_LDO_AUX1] = {
-		.supply_regulator = "ab8500-ext-supply3",
 		.constraints = {
 			.name = "V-DISPLAY",
 			.min_uV = 2800000,
@@ -773,7 +772,6 @@  struct regulator_init_data ab8505_regulators[AB8505_NUM_REGULATORS] = {
 	},
 	/* supplies to the on-board eMMC */
 	[AB8505_LDO_AUX2] = {
-		.supply_regulator = "ab8500-ext-supply3",
 		.constraints = {
 			.name = "V-eMMC1",
 			.min_uV = 1100000,
@@ -789,7 +787,6 @@  struct regulator_init_data ab8505_regulators[AB8505_NUM_REGULATORS] = {
 	},
 	/* supply for VAUX3, supplies to SDcard slots */
 	[AB8505_LDO_AUX3] = {
-		.supply_regulator = "ab8500-ext-supply3",
 		.constraints = {
 			.name = "V-MMC-SD",
 			.min_uV = 1100000,
@@ -936,8 +933,6 @@  struct ab8500_regulator_platform_data ab8505_regulator_plat_data = {
 	.num_reg_init           = ARRAY_SIZE(ab8505_reg_init),
 	.regulator              = ab8505_regulators,
 	.num_regulator          = ARRAY_SIZE(ab8505_regulators),
-	.ext_regulator          = ab8500_ext_regulators,
-	.num_ext_regulator      = ARRAY_SIZE(ab8500_ext_regulators),
 };
 
 static void ab8500_modify_reg_init(int id, u8 mask, u8 value)