commit | d9cf836a96fcd76681f7b7dfadf208a2e9c19962 | [log] [tgz] |
---|---|---|
author | Balaji T K <balajitk@ti.com> | Mon Mar 12 02:25:49 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:25 2012 +0200 |
tree | abf8102c15a4d23eb54d5289e912f3064c2428ee | |
parent | beb407e85ee1492a3572f2bc63629ce178f389a1 [diff] [blame] |
omap5: pbias ldo9 turn on Add omap5 pbias configuration for mmc1/sd lines and set voltage for sd data i/o lines Signed-off-by: Balaji T K <balajitk@ti.com>
diff --git a/include/twl6035.h b/include/twl6035.h index 1e13317..e21ddba 100644 --- a/include/twl6035.h +++ b/include/twl6035.h
@@ -39,3 +39,4 @@ int twl6035_i2c_write_u8(u8 chip_no, u8 val, u8 reg); int twl6035_i2c_read_u8(u8 chip_no, u8 *val, u8 reg); void twl6035_init_settings(void); +void twl6035_mmc1_poweron_ldo(void);