mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
arm: mach-omap2: Factor out common FDT fixup suport
Some of the fixups currently done for OMAP5 class boards are common to other OMAP family devices, move these to fdt-common.c. Signed-off-by: Andrew F. Davis <afd@ti.com>
This commit is contained in:
parent
3348e0c0a6
commit
03750231a8
6 changed files with 174 additions and 120 deletions
|
@ -680,6 +680,11 @@ void omap_die_id(unsigned int *die_id);
|
|||
/* Initialize general purpose I2C(0) on the SoC */
|
||||
void gpi2c_init(void);
|
||||
|
||||
/* Common FDT Fixups */
|
||||
int ft_hs_disable_rng(void *fdt, bd_t *bd);
|
||||
int ft_hs_fixup_dram(void *fdt, bd_t *bd);
|
||||
int ft_hs_add_tee(void *fdt, bd_t *bd);
|
||||
|
||||
/* ABB */
|
||||
#define OMAP_ABB_NOMINAL_OPP 0
|
||||
#define OMAP_ABB_FAST_OPP 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue