diff options
author | Balaji T K <balajitk@ti.com> | 2012-03-12 02:25:49 (GMT) |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 06:31:25 (GMT) |
commit | dd23e59d595f02f6f79b003c372b22b467a005f2 (patch) | |
tree | abf8102c15a4d23eb54d5289e912f3064c2428ee /include | |
parent | 211442989628d72fad1f2663a0bf5076e425fabd (diff) | |
download | u-boot-dd23e59d595f02f6f79b003c372b22b467a005f2.tar.xz |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/twl6035.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |