summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/omap_common.h
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-07-10 19:45:50 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-23 02:22:43 (GMT)
commit03750231a84da904d6d2809a54d3147dee833f26 (patch)
tree334eb666ca9be0f19391f746fed06939d1930f18 /arch/arm/include/asm/omap_common.h
parent3348e0c0a6e48132d0ef092de7bfbd775f0299c3 (diff)
downloadu-boot-fsl-qoriq-03750231a84da904d6d2809a54d3147dee833f26.tar.xz
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>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r--arch/arm/include/asm/omap_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index d2ca277..ef5c481 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -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