diff options
author | Tom Rini <trini@ti.com> | 2012-07-31 08:55:01 -0700 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:13 +0200 |
commit | 65d750be590db1ad3f045f45a8fbac59c4ccb9b5 (patch) | |
tree | 288188bb57a6a7f7d2e6b08e569ee87412752ce4 /arch/arm/include/asm/arch-am33xx/common_def.h | |
parent | 973b663820382c9d02bc6042a5901f3f74640c17 (diff) |
am33xx: Add support for TI AM335x StarterKit EVM
- Board requires gpio0 #7 to be set to power DDR3.
- Board uses DDR3, add a way to determine which DDR type to call
config_ddr with.
- Both of the above require filling in the header structure early, move
it into the data section.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/common_def.h')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/common_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/common_def.h b/arch/arm/include/asm/arch-am33xx/common_def.h index 5a7b0f3d34..1fe6258c01 100644 --- a/arch/arm/include/asm/arch-am33xx/common_def.h +++ b/arch/arm/include/asm/arch-am33xx/common_def.h @@ -18,6 +18,7 @@ extern void enable_uart0_pin_mux(void); extern void enable_mmc0_pin_mux(void); +extern void enable_gpio0_7_pin_mux(void); extern void enable_i2c0_pin_mux(void); extern void enable_mii1_pin_mux(void); extern void enable_rgmii1_pin_mux(void); |