projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87cbb94
)
omap3: zoom2/3: make MMC slot work again
author
Anand Gadiyar
<gadiyar@ti.com>
Sat, 12 Dec 2009 00:16:36 +0000
(16:16 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Sat, 12 Dec 2009 00:16:36 +0000
(16:16 -0800)
omap3: zoom2/3: make MMC slot work again
Commit
12f8dfb56
accidentally broke MMC on zoom2/3.
The .vmmc1 field of zoom_twldata was deleted. Restoring it
allows the MMC slot to work again
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Acked-by: Madhusudhan Chikkature <madhu.cr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-zoom-peripherals.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/board-zoom-peripherals.c
b/arch/arm/mach-omap2/board-zoom-peripherals.c
index f14baa39276047c80e99781d2c5c1d4116bd917c..221a8e3dc9c58c89f3683318d538e86dcfc530bd 100755
(executable)
--- a/
arch/arm/mach-omap2/board-zoom-peripherals.c
+++ b/
arch/arm/mach-omap2/board-zoom-peripherals.c
@@
-236,6
+236,7
@@
static struct twl4030_platform_data zoom_twldata = {
.gpio = &zoom_gpio_data,
.keypad = &zoom_kp_twl4030_data,
.codec = &zoom_codec_data,
+ .vmmc1 = &zoom_vmmc1,
.vmmc2 = &zoom_vmmc2,
.vsim = &zoom_vsim,