summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2013-03-26 05:20:55 +0000
committerTom Rini <trini@ti.com>2013-05-10 08:25:55 -0400
commit12733881e94018f9a9b0cdb72c7ab55638142220 (patch)
tree3e2ea2f89533a31efcfbf844e1970b77d94c48ac /include
parentcb199102b06c5d895d2495c62554c5be998b234b (diff)
downloadblackbird-obmc-uboot-12733881e94018f9a9b0cdb72c7ab55638142220.tar.gz
blackbird-obmc-uboot-12733881e94018f9a9b0cdb72c7ab55638142220.zip
palmas: rename init_settings to an generic palmas init
Since TPS659038/TWL6035/TWL6037 all belong to palmas family of TI PMICs, rename twl6035_init_settings with an more generic palmas_init_settings Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/palmas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/palmas.h b/include/palmas.h
index cf836d7d6c..6618aad491 100644
--- a/include/palmas.h
+++ b/include/palmas.h
@@ -38,5 +38,5 @@
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 palmas_init_settings(void);
int twl6035_mmc1_poweron_ldo(void);
OpenPOWER on IntegriCloud