aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2017-12-29 11:47:53 +0530
committerTom Rini <trini@konsulko.com>2018-01-19 15:49:26 -0500
commit10f430f3f10652fe73794e84c67351b530c8460d (patch)
tree831d190abfc9fba62a7cc15f00b57b990ef10937 /arch
parent9646b95f64e8d8b4788560e76fb8ce16f7fab30d (diff)
downloadu-boot-10f430f3f10652fe73794e84c67351b530c8460d.zip
u-boot-10f430f3f10652fe73794e84c67351b530c8460d.tar.gz
u-boot-10f430f3f10652fe73794e84c67351b530c8460d.tar.bz2
board: ti: am574x-idk: Add hw data support
Update prcm, voltages and pinmux support for am574x-idk. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/omap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index 9624fb8..5710136 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -597,6 +597,7 @@ extern struct prcm_regs const dra7xx_prcm;
extern struct dplls const **dplls_data;
extern struct dplls dra7xx_dplls;
extern struct dplls dra72x_dplls;
+extern struct dplls dra76x_dplls;
extern struct vcores_data const **omap_vcores;
extern const u32 sys_clk_array[8];
extern struct omap_sys_ctrl_regs const **ctrl;