Re: [U-Boot] [PATCH v2] board/p1010rdb: add pin mux and sdhc support in any boot

2013-07-16 Thread Andy Fleming
On Sun, Jun 16, 2013 at 9:32 PM, Shengzhou Liu wrote: > SDHC pins are multiplexed with IFC and ULPI interfaces. > This patch intends to enable SDHC function in case of > NOR/NAND/SPI boot aside from SD boot. > > If "esdhc" is configured in hwconfig, u-boot will configure > multiplexing pins from d

[U-Boot] [PATCH v2] board/p1010rdb: add pin mux and sdhc support in any boot

2013-06-16 Thread Shengzhou Liu
SDHC pins are multiplexed with IFC and ULPI interfaces. This patch intends to enable SDHC function in case of NOR/NAND/SPI boot aside from SD boot. If "esdhc" is configured in hwconfig, u-boot will configure multiplexing pins from default IFC to SDHC at runtime to enable SD function. And add minim