diff options
Diffstat (limited to 'kernel/arch/arm/mach-omap2/sdram-nokia.h')
-rw-r--r-- | kernel/arch/arm/mach-omap2/sdram-nokia.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/arch/arm/mach-omap2/sdram-nokia.h b/kernel/arch/arm/mach-omap2/sdram-nokia.h new file mode 100644 index 000000000..ee63da5f8 --- /dev/null +++ b/kernel/arch/arm/mach-omap2/sdram-nokia.h @@ -0,0 +1,12 @@ +/* + * SDRC register values for Nokia boards + * + * Copyright (C) 2010 Nokia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +struct omap_sdrc_params *nokia_get_sdram_timings(void); + |