summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/sys_proto.h
diff options
context:
space:
mode:
authorMark Jackson <mpfj-list@mimc.co.uk>2013-02-18 01:26:29 +0000
committerTom Rini <trini@ti.com>2013-03-11 11:06:08 -0400
commit6b3dcc45c4af4cb927c5c2430884e506c95faa71 (patch)
tree148b8822fc6d2d7b462ffbccfa2b1e9a24628aa2 /arch/arm/include/asm/arch-am33xx/sys_proto.h
parentb51a5e3a0a8f412e221165f92991bb59a5cad111 (diff)
downloadtalos-obmc-uboot-6b3dcc45c4af4cb927c5c2430884e506c95faa71.tar.gz
talos-obmc-uboot-6b3dcc45c4af4cb927c5c2430884e506c95faa71.zip
Allow AM33xx boards to setup GPMC chipselects.
Expose the enable_gpmc_cs_config() function so AM33xx based boards can register GPMC chip selects. Changes in V4: - Fix checkpatch errors (TAB -> space mangling) Changes in V3: - Fix line wrapping Changes in V2: - Indicate this is for AM33xx (not OMAP2) Signed-off-by: Mark Jackson <mpfj@newflow.co.uk> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/sys_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/sys_proto.h b/arch/arm/include/asm/arch-am33xx/sys_proto.h
index 588d8de82f..97ab60d1b2 100644
--- a/arch/arm/include/asm/arch-am33xx/sys_proto.h
+++ b/arch/arm/include/asm/arch-am33xx/sys_proto.h
@@ -35,5 +35,7 @@ void ddr_pll_config(unsigned int ddrpll_M);
void sdelay(unsigned long);
void gpmc_init(void);
+void enable_gpmc_cs_config(const u32 *gpmc_config, struct gpmc_cs *cs, u32 base,
+ u32 size);
void omap_nand_switch_ecc(int);
#endif
OpenPOWER on IntegriCloud