[U-Boot] [PATCH 2/5] powerpc/85xx: Read board switch settings on p1_p2_rdb
McClintock Matthew-B29882
B29882 at freescale.com
Wed Mar 9 07:38:37 CET 2011
On Sun, Mar 6, 2011 at 10:17 PM, Kumar Gala <galak at kernel.crashing.org> wrote:
> + if (i2c_data & 0x1) {
> + setbits_be32(&gur->pmuxcr, MPC85xx_PMUXCR_SD_DATA);
> + puts("SD/MMC : 8-bit Mode\n");
> + puts("eSPI : Disabled\n");
> + } else {
> + puts("SD/MMC : 4-bit Mode\n");
> + puts("eSPI : Enabled\n");
I think this bit is actually important for the p1_p2_rdb_pc boards
also? Is this handled by the CPLD somehow or do we need to do the same
thing?
'IO0 - "read-only" CFG_SDWIDTH SW2[1].
-M
More information about the U-Boot
mailing list