Hi John,
These are the patches not yet merged upstream, but are required for a good enabling of u-boot on i.MX53 QuickStart board. Please consider pull.
Thanks
The following changes since commit b80e315300b0717be4b273ddb53dbafa483f4066:
Efika: fix build breakage (2011-06-22 20:04:02 -0600)
are available in the git repository at: git://git.linaro.org/bsp/freescale/u-boot-linaro-natty.git master
Eric Miao (2): mx53loco: define ERRATUM_ESDHC111 mx53loco: workaround VPU TO2 Errata by increasing peripheral voltage
Jason Liu (3): mx5: Add clock config interface mx53loco: PMIC: Add dialog pmic support mx53loco: Add power init support
arch/arm/cpu/armv7/mx5/clock.c | 551 ++++++++++++++++++++++++++++- arch/arm/include/asm/arch-mx5/clock.h | 4 + arch/arm/include/asm/arch-mx5/crm_regs.h | 6 + arch/arm/include/asm/arch-mx5/imx-regs.h | 1 + arch/arm/include/asm/arch-mx5/sys_proto.h | 2 + board/freescale/mx53loco/mx53loco.c | 97 +++++ drivers/misc/Makefile | 1 + drivers/misc/dialog_pmic.c | 123 +++++++ include/configs/mx53loco.h | 15 + include/da9053.h | 186 ++++++++++ 10 files changed, 983 insertions(+), 3 deletions(-) create mode 100644 drivers/misc/dialog_pmic.c create mode 100644 include/da9053.h