
Hi,
This series add detection and basic support for DRA74x/DRA75x support, and adds support for dra74x-evm platform.
Nishanth Menon (3): ARM: DRA7: Add detection of ES2.0 ARM: DRA74-evm: Add iodelay values for SR2.0 ARM: DRA74-evm: Use SMA_1 spare register to workaround DP83865 phy on SR2.0
arch/arm/cpu/armv7/omap5/hw_data.c | 2 + arch/arm/cpu/armv7/omap5/hwinit.c | 3 ++ arch/arm/cpu/armv7/omap5/prcm-regs.c | 9 ++++ arch/arm/cpu/armv7/omap5/sdram.c | 4 ++ arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h | 4 ++ arch/arm/include/asm/arch-omap5/omap.h | 3 ++ arch/arm/include/asm/omap_common.h | 2 + board/ti/dra7xx/evm.c | 39 ++++++++++++---- board/ti/dra7xx/mux_data.h | 58 +++++++++++++++++++++++- 9 files changed, 113 insertions(+), 11 deletions(-)