projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e999bbe
)
ARM: OMAP: Fix compile for h3 MMC
author
Tony Lindgren
<tony@atomide.com>
Thu, 15 Jan 2009 11:57:48 +0000
(13:57 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 15 Jan 2009 13:06:59 +0000
(15:06 +0200)
Fix compile for h3 MMC
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/mach/board-h3.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-omap/include/mach/board-h3.h
b/arch/arm/plat-omap/include/mach/board-h3.h
index 14909dc7858a397d23c23be0e3b5bec1aec02e61..1888326da7ea325805f4052a8230439ecf1b235e 100644
(file)
--- a/
arch/arm/plat-omap/include/mach/board-h3.h
+++ b/
arch/arm/plat-omap/include/mach/board-h3.h
@@
-30,7
+30,9
@@
/* In OMAP1710 H3 the Ethernet is directly connected to CS1 */
#define OMAP1710_ETHR_START 0x04000300
+#define H3_TPS_GPIO_BASE (OMAP_MAX_GPIO_LINES + 16 /* MPUIO */)
+# define H3_TPS_GPIO_MMC_PWR_EN (H3_TPS_GPIO_BASE + 4)
+
extern void h3_mmc_init(void);
-extern void h3_mmc_slot_cover_handler(void *arg, int state);
#endif /* __ASM_ARCH_OMAP_H3_H */