mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
arm: omap_common: expose tps659038 and dra7xx_dplls
expose those two definitions so they can be used by another board which we're adding in upcoming patches. Signed-off-by: Felipe Balbi <balbi@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
eedd991611
commit
56fe405516
1 changed files with 3 additions and 0 deletions
|
@ -540,6 +540,7 @@ extern struct prcm_regs const omap5_es2_prcm;
|
|||
extern struct prcm_regs const omap4_prcm;
|
||||
extern struct prcm_regs const dra7xx_prcm;
|
||||
extern struct dplls const **dplls_data;
|
||||
extern struct dplls dra7xx_dplls;
|
||||
extern struct vcores_data const **omap_vcores;
|
||||
extern const u32 sys_clk_array[8];
|
||||
extern struct omap_sys_ctrl_regs const **ctrl;
|
||||
|
@ -547,6 +548,8 @@ extern struct omap_sys_ctrl_regs const omap4_ctrl;
|
|||
extern struct omap_sys_ctrl_regs const omap5_ctrl;
|
||||
extern struct omap_sys_ctrl_regs const dra7xx_ctrl;
|
||||
|
||||
extern struct pmic_data tps659038;
|
||||
|
||||
void hw_data_init(void);
|
||||
|
||||
const struct dpll_params *get_mpu_dpll_params(struct dplls const *);
|
||||
|
|
Loading…
Add table
Reference in a new issue