diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-02-15 12:31:15 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-15 12:31:15 +0000 |
commit | 29a28d015d2d4a85352fec13376492d4150e3215 (patch) | |
tree | f52e407cd57bed1610d93617a5c339a682b73ffc | |
parent | b8ab63952fbbc74f139da96d2b4fb01d3fa9fe6d (diff) |
GTA03: Temporary force CODEC_VCC on
Temporarily force the CODEC power on to allow testing
of the WM8753 without having to update the drive for
the regulator framework.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
-rw-r--r-- | arch/arm/mach-s3c6410/mach-om-gta03.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/mach-om-gta03.c b/arch/arm/mach-s3c6410/mach-om-gta03.c index 8986703b92a..a02847c902e 100644 --- a/arch/arm/mach-s3c6410/mach-om-gta03.c +++ b/arch/arm/mach-s3c6410/mach-om-gta03.c @@ -490,6 +490,7 @@ struct pcf50633_platform_data om_gta03_pcf_pdata = { .max_uV = 3300000, .valid_modes_mask = REGULATOR_MODE_NORMAL, .apply_uV = 1, + .always_on = 1, }, .num_consumer_supplies = 0, }, |