diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/da8xx.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index 4247b3f53b33..e7f952066527 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h | |||
@@ -28,6 +28,13 @@ extern void __iomem *da8xx_syscfg0_base; | |||
28 | extern void __iomem *da8xx_syscfg1_base; | 28 | extern void __iomem *da8xx_syscfg1_base; |
29 | 29 | ||
30 | /* | 30 | /* |
31 | * If the DA850/OMAP-L138/AM18x SoC on board is of a higher speed grade | ||
32 | * (than the regular 300Mhz variant), the board code should set this up | ||
33 | * with the supported speed before calling da850_register_cpufreq(). | ||
34 | */ | ||
35 | extern unsigned int da850_max_speed; | ||
36 | |||
37 | /* | ||
31 | * The cp_intc interrupt controller for the da8xx isn't in the same | 38 | * The cp_intc interrupt controller for the da8xx isn't in the same |
32 | * chunk of physical memory space as the other registers (like it is | 39 | * chunk of physical memory space as the other registers (like it is |
33 | * on the davincis) so it needs to be mapped separately. It will be | 40 | * on the davincis) so it needs to be mapped separately. It will be |