Re: [U-Boot] [PATCH v1]ppc/P1_P2_RDB: Data width for eSDHC using I2C device on P1 & P2 RDB Platforms

2009-10-14 Thread Kumar Gala
On Oct 14, 2009, at 7:10 AM, Dipen Dudhat wrote: > On P1 and P2 RDB Platforms read the I2C EEPROM to get various board > switch settings like NOR Flash Bank selection, SD Data width etc. > > Depending on, > switch SW5[6] - select width for eSDHC > ON - 4-bit [Enable eSPI] > OFF -

[U-Boot] [PATCH v1]ppc/P1_P2_RDB: Data width for eSDHC using I2C device on P1 & P2 RDB Platforms

2009-10-14 Thread Dipen Dudhat
On P1 and P2 RDB Platforms read the I2C EEPROM to get various board switch settings like NOR Flash Bank selection, SD Data width etc. Depending on, switch SW5[6] - select width for eSDHC ON - 4-bit [Enable eSPI] OFF - 8-bit [Disable eSPI] Signed-off-by: Dipen Dudhat --- -