OMAP3: PM: Register TWL4030 pmic info with the voltage driver.

This patch registers the TWL4030 PMIC specific informtion
with the voltage driver. Failing this patch the voltage driver
is unware of the formula to use for vsel to voltage and vice versa
conversion and lot of other PMIC dependent parameters.

This file is based on the arch/arm/plat-omap opp_twl_tpl.c file
by Paul Walmsley. The original file is replaced by this file.

Signed-off-by: Thara Gopinath <thara@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
这个提交包含在:
Thara Gopinath
2010-12-10 22:51:05 +05:30
提交者 Kevin Hilman
父节点 fa765823a3
当前提交 fbc319f676
修改 4 个文件,包含 126 行新增0 行删除

查看文件

@@ -124,4 +124,13 @@ static inline int omap_devinit_smartreflex(void)
static inline void omap_enable_smartreflex_on_init(void) {}
#endif
#ifdef CONFIG_TWL4030_CORE
extern int omap3_twl_init(void);
#else
static inline int omap3_twl_init(void)
{
return -EINVAL;
}
#endif
#endif