Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308152
b: refs/heads/master
c: 3410773
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman authored and Tony Lindgren committed May 10, 2012
1 parent c46dd51 commit a41d57a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: 640ec79d6d8c10ceb254c269a1f7fd9cb47ea655
refs/heads/master: 3410773013432aced860f6f12def4fe9da517167
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-omap2/hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ static int __init omap_hsmmc_pdata_init(struct omap2_hsmmc_info *c,
*
* temporary HACK: ocr_mask instead of fixed supply
*/
if (cpu_is_omap3505() || cpu_is_omap3517())
if (cpu_is_omap3517())
mmc->slots[0].ocr_mask = MMC_VDD_165_195 |
MMC_VDD_26_27 |
MMC_VDD_27_28 |
Expand All @@ -365,7 +365,7 @@ static int __init omap_hsmmc_pdata_init(struct omap2_hsmmc_info *c,
else
mmc->slots[0].ocr_mask = c->ocr_mask;

if (!cpu_is_omap3517() && !cpu_is_omap3505())
if (!cpu_is_omap3517())
mmc->slots[0].features |= HSMMC_HAS_PBIAS;

if (cpu_is_omap44xx() && (omap_rev() > OMAP4430_REV_ES1_0))
Expand All @@ -388,7 +388,7 @@ static int __init omap_hsmmc_pdata_init(struct omap2_hsmmc_info *c,
}
}

if (cpu_is_omap3517() || cpu_is_omap3505())
if (cpu_is_omap3517())
mmc->slots[0].set_power = nop_mmc_set_power;

/* OMAP3630 HSMMC1 supports only 4-bit */
Expand All @@ -400,7 +400,7 @@ static int __init omap_hsmmc_pdata_init(struct omap2_hsmmc_info *c,
}
break;
case 2:
if (cpu_is_omap3517() || cpu_is_omap3505())
if (cpu_is_omap3517())
mmc->slots[0].set_power = am35x_hsmmc2_set_power;

if (c->ext_clock)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/usb-musb.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void __init usb_musb_init(struct omap_musb_board_data *musb_board_data)
musb_plat.mode = board_data->mode;
musb_plat.extvbus = board_data->extvbus;

if (cpu_is_omap3517() || cpu_is_omap3505()) {
if (cpu_is_omap3517()) {
oh_name = "am35x_otg_hs";
name = "musb-am35x";
} else if (cpu_is_ti81xx()) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/voltagedomains3xxx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void __init omap3xxx_voltagedomains_init(void)
}
#endif

if (cpu_is_omap3517() || cpu_is_omap3505())
if (cpu_is_omap3517())
voltdms = voltagedomains_am35xx;
else
voltdms = voltagedomains_omap3;
Expand Down

0 comments on commit a41d57a

Please sign in to comment.