diff options
Diffstat (limited to 'arch/arm/mach-omap2/prcm-common.h')
-rw-r--r-- | arch/arm/mach-omap2/prcm-common.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/prcm-common.h b/arch/arm/mach-omap2/prcm-common.h index 6da3ba483ad1..e5f0503a68b0 100644 --- a/arch/arm/mach-omap2/prcm-common.h +++ b/arch/arm/mach-omap2/prcm-common.h | |||
@@ -203,8 +203,8 @@ | |||
203 | #define OMAP3430_EN_MMC2_SHIFT 25 | 203 | #define OMAP3430_EN_MMC2_SHIFT 25 |
204 | #define OMAP3430_EN_MMC1_MASK (1 << 24) | 204 | #define OMAP3430_EN_MMC1_MASK (1 << 24) |
205 | #define OMAP3430_EN_MMC1_SHIFT 24 | 205 | #define OMAP3430_EN_MMC1_SHIFT 24 |
206 | #define OMAP3430_EN_UART4_MASK (1 << 23) | 206 | #define AM35XX_EN_UART4_MASK (1 << 23) |
207 | #define OMAP3430_EN_UART4_SHIFT 23 | 207 | #define AM35XX_EN_UART4_SHIFT 23 |
208 | #define OMAP3430_EN_MCSPI4_MASK (1 << 21) | 208 | #define OMAP3430_EN_MCSPI4_MASK (1 << 21) |
209 | #define OMAP3430_EN_MCSPI4_SHIFT 21 | 209 | #define OMAP3430_EN_MCSPI4_SHIFT 21 |
210 | #define OMAP3430_EN_MCSPI3_MASK (1 << 20) | 210 | #define OMAP3430_EN_MCSPI3_MASK (1 << 20) |
@@ -410,13 +410,21 @@ | |||
410 | */ | 410 | */ |
411 | #define MAX_MODULE_HARDRESET_WAIT 10000 | 411 | #define MAX_MODULE_HARDRESET_WAIT 10000 |
412 | 412 | ||
413 | /* | ||
414 | * Maximum time(us) it takes to output the signal WUCLKOUT of the last | ||
415 | * pad of the I/O ring after asserting WUCLKIN high. Tero measured | ||
416 | * the actual time at 7 to 8 microseconds on OMAP3 and 2 to 4 | ||
417 | * microseconds on OMAP4, so this timeout may be too high. | ||
418 | */ | ||
419 | #define MAX_IOPAD_LATCH_TIME 100 | ||
420 | |||
413 | # ifndef __ASSEMBLER__ | 421 | # ifndef __ASSEMBLER__ |
414 | extern void __iomem *prm_base; | 422 | extern void __iomem *prm_base; |
415 | extern void __iomem *cm_base; | 423 | extern void __iomem *cm_base; |
416 | extern void __iomem *cm2_base; | 424 | extern void __iomem *cm2_base; |
417 | extern void __iomem *prcm_mpu_base; | 425 | extern void __iomem *prcm_mpu_base; |
418 | 426 | ||
419 | #if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_ARCH_OMAP5) | 427 | #if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5) |
420 | extern void omap_prm_base_init(void); | 428 | extern void omap_prm_base_init(void); |
421 | extern void omap_cm_base_init(void); | 429 | extern void omap_cm_base_init(void); |
422 | #else | 430 | #else |