diff options
author | Nishanth Menon | 2013-03-26 05:20:55 +0000 |
---|---|---|
committer | Tom Rini | 2013-05-10 08:25:55 -0400 |
commit | 12733881e94018f9a9b0cdb72c7ab55638142220 (patch) | |
tree | 3e2ea2f89533a31efcfbf844e1970b77d94c48ac /board | |
parent | cb199102b06c5d895d2495c62554c5be998b234b (diff) |
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 'board')
-rw-r--r-- | board/ti/omap5_uevm/evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c index 701842bdd1d..46db1bfe664 100644 --- a/board/ti/omap5_uevm/evm.c +++ b/board/ti/omap5_uevm/evm.c @@ -64,7 +64,7 @@ int board_eth_init(bd_t *bis) int misc_init_r(void) { #ifdef CONFIG_PALMAS_POWER - twl6035_init_settings(); + palmas_init_settings(); #endif return 0; } |