
On Wednesday 16 March 2016 04:39 AM, Nishanth Menon wrote:
Hi, The following series adds support for DRA72x SoC and enables support for TI DRA72-evm rev C.
Rev C evm has a few changes w.r.t. rev A/B (SR1.0 based SoC), including newer DDR, newer ethernet PHY(2 ports enabled), very few pin mux changes, etc.
Ethernet support is a follow on series that should follow once we have base support in place.
Series based on: master 41bccb814285 spi: omap3: Fix multiple definition of 'priv' requires: https://patchwork.ozlabs.org/patch/597873/ for boot.
Bootlog: rev C: http://pastebin.ubuntu.com/15398047/ rev B: http://pastebin.ubuntu.com/15398054/
Whole series looks good to me. Reviewed-by: Lokesh Vutla lokeshvutla@ti.com
Thanks and regards, Lokesh
Nishanth Menon (5): ARM: DRA7: hwdata: Update ioreg data for DRA72 SR2.0 ARM: DRA72: sdram: Update sdram ext phy configuration for SR2.0 ARM: OMAP5/DRA7: Split iodelay functionality into sub steps ARM: OMAP5/DRA7: Expose do_set_iodelay board: ti: DRA7: Add DRA72-rev C evm pinmux
Ravi Babu (2): ARM: DRA72x: Add support for detection of SR2.0 board: ti: DRA72: revC evm: Update sdram timing configuration for SR2.0
arch/arm/cpu/armv7/omap5/dra7xx_iodelay.c | 68 ++++++++++---- arch/arm/cpu/armv7/omap5/hw_data.c | 16 ++++ arch/arm/cpu/armv7/omap5/hwinit.c | 3 + arch/arm/cpu/armv7/omap5/sdram.c | 44 +++++++++ arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h | 4 + arch/arm/include/asm/arch-omap5/omap.h | 1 + arch/arm/include/asm/omap_common.h | 1 + board/ti/dra7xx/evm.c | 103 +++++++++++++++++++--- board/ti/dra7xx/mux_data.h | 102 +++++++++++++++------ 9 files changed, 286 insertions(+), 56 deletions(-)