lkml.org 
[lkml]   [2013]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 52/73] ARM ux500: Remove external regulators from AB8505 init data
Date
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 --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)
--
1.7.9.5


\
 
 \ /
  Last update: 2013-02-04 14:02    [W:0.262 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site