aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c6410/mach-smdk6410.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c6410/mach-smdk6410.c')
-rw-r--r--arch/arm/mach-s3c6410/mach-smdk6410.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c
index 15f9c7a2a6c7..697c0461f2b2 100644
--- a/arch/arm/mach-s3c6410/mach-smdk6410.c
+++ b/arch/arm/mach-s3c6410/mach-smdk6410.c
@@ -252,6 +252,7 @@ static struct regulator_init_data wm8350_ldo2_data = {
252 .name = "PVDD_OTG", 252 .name = "PVDD_OTG",
253 .min_uV = 3300000, 253 .min_uV = 3300000,
254 .max_uV = 3300000, 254 .max_uV = 3300000,
255 .always_on = 1,
255 }, 256 },
256}; 257};
257 258
@@ -261,6 +262,7 @@ static struct regulator_init_data wm8350_ldo3_data = {
261 .name = "PVDD_LCD", 262 .name = "PVDD_LCD",
262 .min_uV = 3000000, 263 .min_uV = 3000000,
263 .max_uV = 3000000, 264 .max_uV = 3000000,
265 .always_on = 1,
264 }, 266 },
265}; 267};
266 268
@@ -271,6 +273,7 @@ static struct regulator_init_data wm8350_ldo4_data = {
271 .min_uV = 1200000, 273 .min_uV = 1200000,
272 .max_uV = 1200000, 274 .max_uV = 1200000,
273 .apply_uV = 1, 275 .apply_uV = 1,
276 .always_on = 1,
274 }, 277 },
275}; 278};
276 279