Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172797
b: refs/heads/master
c: 41fd03d
h: refs/heads/master
i:
  172795: a635276
v: v3
  • Loading branch information
Madhu authored and Tony Lindgren committed Nov 22, 2009
1 parent dd6084e commit 9f34eb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4596d14ad88bbacc80970cb964b8f3d6ade7e305
refs/heads/master: 41fd03d66e6ae4430a0fdf7c62692a7b20b6ee6b
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-omap2/mmc-twl4030.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,12 @@ void __init twl4030_mmc_init(struct twl4030_hsmmc_info *controllers)
/* on-chip level shifting via PBIAS0/PBIAS1 */
mmc->slots[0].set_power = twl_mmc1_set_power;
mmc->slots[0].set_sleep = twl_mmc1_set_sleep;

/* Omap3630 HSMMC1 supports only 4-bit */
if (cpu_is_omap3630() && c->wires > 4) {
c->wires = 4;
mmc->slots[0].wires = c->wires;
}
break;
case 2:
if (c->ext_clock)
Expand Down

0 comments on commit 9f34eb3

Please sign in to comment.