
On Tue, Aug 06, 2013 at 03:18:47PM +0300, Taras Kondratiuk wrote:
This series adds OMAP4470 support. It initializes clocks, voltages and EMIF. This is enough to boot SLP, but U-Boot will try to start battery charging on TWL6032 and will crash, because registers GPADC registers are different.
To get fully functional system Oleg's TWL6032 series [1] is needed on top of this one.
Tested on TI Blaze Tablet2 board.
Based on v2013.07+ commit f53932a "dts/Makefile: pass -undef -D__DTS__ to cpp"
[1] http://www.mail-archive.com/u-boot@lists.denx.de/msg118364.html
Lubomir Popov (1): ARM: OMAP4470: Add Elpida EDB8164B3PF memory configuration
Taras Kondratiuk (3): ARM: OMAP4470: Add OMAP4470 identification ARM: OMAP4470: Add voltage and dpll data ARM: OMAP4460: sdp: Limit TPS mux config to 4460
arch/arm/cpu/armv7/omap4/hw_data.c | 36 +++++++++++++++++++++++++++ arch/arm/cpu/armv7/omap4/hwinit.c | 3 +++ arch/arm/cpu/armv7/omap4/sdram_elpida.c | 41 +++++++++++++++++++++++++------ arch/arm/include/asm/arch-omap4/clock.h | 7 +++++- arch/arm/include/asm/arch-omap4/omap.h | 1 + arch/arm/include/asm/omap_common.h | 1 + board/ti/sdp4430/sdp.c | 3 ++- 7 files changed, 83 insertions(+), 9 deletions(-)
Applied to u-boot-ti/master, thanks!