projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eebfa9f
)
omap3630: Add HSMMC related checks
author
Madhu
<madhu.cr@ti.com>
Sun, 22 Nov 2009 18:11:06 +0000
(10:11 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Sun, 22 Nov 2009 18:24:32 +0000
(10:24 -0800)
Change the cpu_is_omap3430() check to cpu_is_omap34xx() to allow HSMMC1/2
mux configuration for omap3630.
Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/devices.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/devices.c
b/arch/arm/mach-omap2/devices.c
index 7d4513b619f2a9b510813b925950bd3d9d2eab10..8d23e1f7f84bcb6d9b955f0838e4e8b5bd520d96 100644
(file)
--- a/
arch/arm/mach-omap2/devices.c
+++ b/
arch/arm/mach-omap2/devices.c
@@
-575,7
+575,7
@@
static inline void omap2_mmc_mux(struct omap_mmc_platform_data *mmc_controller,
}
}
- if (cpu_is_omap34
30
()) {
+ if (cpu_is_omap34
xx
()) {
if (controller_nr == 0) {
omap_cfg_reg(N28_3430_MMC1_CLK);
omap_cfg_reg(M27_3430_MMC1_CMD);