From 3de38a4c6fd63df5627ceec686f6384e940516dd Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 9 Apr 2009 16:30:40 +0100 Subject: [PATCH] --- yaml --- r: 149249 b: refs/heads/master c: f53aee29bef09070e4ab14488e43433b371844ce h: refs/heads/master i: 149247: 234735ab26cf1f3c80233fc18d062a1c756018da v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c6410/mach-smdk6410.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 51899cafe91c..987de698c65a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: db9256f33c1b9ce72d2a126d51c7fe0de65f0f8c +refs/heads/master: f53aee29bef09070e4ab14488e43433b371844ce diff --git a/trunk/arch/arm/mach-s3c6410/mach-smdk6410.c b/trunk/arch/arm/mach-s3c6410/mach-smdk6410.c index 15f9c7a2a6c7..697c0461f2b2 100644 --- a/trunk/arch/arm/mach-s3c6410/mach-smdk6410.c +++ b/trunk/arch/arm/mach-s3c6410/mach-smdk6410.c @@ -252,6 +252,7 @@ static struct regulator_init_data wm8350_ldo2_data = { .name = "PVDD_OTG", .min_uV = 3300000, .max_uV = 3300000, + .always_on = 1, }, }; @@ -261,6 +262,7 @@ static struct regulator_init_data wm8350_ldo3_data = { .name = "PVDD_LCD", .min_uV = 3000000, .max_uV = 3000000, + .always_on = 1, }, }; @@ -271,6 +273,7 @@ static struct regulator_init_data wm8350_ldo4_data = { .min_uV = 1200000, .max_uV = 1200000, .apply_uV = 1, + .always_on = 1, }, };