mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02: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:
committed by
Tom Rini
parent
3348e0c0a6
commit
03750231a8
@@ -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
|
||||
|
Reference in New Issue
Block a user