Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313156
b: refs/heads/master
c: b0d9ef0
h: refs/heads/master
v: v3
  • Loading branch information
Roland Stigge committed Jul 1, 2012
1 parent 37ce92b commit a8d1f65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5df5d01dd04ce0dde58e305dd258c7e54f079e65
refs/heads/master: b0d9ef0e2df67685ffc74b1bafa648261ede30c0
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-lpc32xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,11 @@ static int mmc_onoff_enable(struct clk *clk, int enable)

tmp = __raw_readl(LPC32XX_CLKPWR_MS_CTRL) &
~(LPC32XX_CLKPWR_MSCARD_SDCARD_EN |
LPC32XX_CLKPWR_MSCARD_MSDIO_PU_EN);
LPC32XX_CLKPWR_MSCARD_MSDIO_PU_EN |
LPC32XX_CLKPWR_MSCARD_MSDIO_PIN_DIS |
LPC32XX_CLKPWR_MSCARD_MSDIO0_DIS |
LPC32XX_CLKPWR_MSCARD_MSDIO1_DIS |
LPC32XX_CLKPWR_MSCARD_MSDIO23_DIS);

/* If rate is 0, disable clock */
if (enable != 0)
Expand Down

0 comments on commit a8d1f65

Please sign in to comment.