Bad cut'n'paste ... for dm355 MMC0 pinmux as MMC/SD, docs
say to clear the bit.  Not clear everything BUT this bit.  ;)

- Dave

--- dm355.orig/arch/arm/mach-davinci/psc.c      2008-12-09 01:19:06.000000000 
-0800
+++ dm355/arch/arm/mach-davinci/psc.c   2008-12-08 20:37:28.000000000 -0800
@@ -111,7 +111,7 @@ static void dm355_psc_mux(unsigned int i
        case DAVINCI_LPSC_MMC_SD:       /* MMC0 */
                /* expose all 6 MMC0 signals:  CLK, CMD, DATA[0..3] */
                tmp = davinci_readl(DM355_ARM_PINMUX4);
-               tmp &= BIT(2);
+               tmp &= ~BIT(2);
                davinci_writel(tmp, DM355_ARM_PINMUX4);
 
                /* support EMDA for MMC0 RX */

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to