
On Thu, Oct 08, 2009 at 10:52:08AM -0500, Kumar Gala wrote:
On Sep 15, 2009, at 11:15 PM, Kumar Gala wrote:
On Aug 19, 2009, at 1:37 PM, Anton Vorontsov wrote:
eSDHC is mutually exlusive with UART0* and I2C2. When eSDHC is used, we should switch u-boot console to UART1, and make the proper device-tree fixups.
- Actually, according to User's Guide we can use eSDHC in serial
(1-bit) mode without disabling UART0, but for me it doesn't work on prototype boards.
Signed-off-by: Anton Vorontsov avorontsov@ru.mvista.com
board/freescale/mpc8569mds/mpc8569mds.c | 85 ++++++++++++++++++++++ +++++++++ cpu/mpc85xx/speed.c | 2 + include/asm-ppc/global_data.h | 3 +- include/configs/MPC8569MDS.h | 16 ++++++ 4 files changed, 105 insertions(+), 1 deletions(-)
Did you have any plans on updating these patches?
I'll resend the whole series soon...
Thanks,