summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/omap_gpmc.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-01-15 14:05:31 -0500
committerTom Rini <trini@ti.com>2015-01-16 10:25:01 -0500
commitab77f24119e80257de4ab017b877f92f96980562 (patch)
treeb541a8bda045a603f90ab55dae02812e1edb2e51 /include/linux/mtd/omap_gpmc.h
parentd928664f4101e24128c879956d1aa7c76509ea6a (diff)
parentfa58b102cd8f5345cbc28657600c3a28acfbd80e (diff)
downloadtalos-obmc-uboot-ab77f24119e80257de4ab017b877f92f96980562.tar.gz
talos-obmc-uboot-ab77f24119e80257de4ab017b877f92f96980562.zip
Merge branch 'master' of git://git.denx.de/u-boot-ti
Diffstat (limited to 'include/linux/mtd/omap_gpmc.h')
-rw-r--r--include/linux/mtd/omap_gpmc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/mtd/omap_gpmc.h b/include/linux/mtd/omap_gpmc.h
index 9a8658257f..6cbae45022 100644
--- a/include/linux/mtd/omap_gpmc.h
+++ b/include/linux/mtd/omap_gpmc.h
@@ -66,7 +66,11 @@ struct gpmc {
u32 status; /* 0x54 */
u8 res5[0x8]; /* 0x58 */
struct gpmc_cs cs[8]; /* 0x60, 0x90, .. */
- u8 res6[0x14]; /* 0x1E0 */
+ u32 prefetch_config1; /* 0x1E0 */
+ u32 prefetch_config2; /* 0x1E4 */
+ u32 res6; /* 0x1E8 */
+ u32 prefetch_control; /* 0x1EC */
+ u32 prefetch_status; /* 0x1F0 */
u32 ecc_config; /* 0x1F4 */
u32 ecc_control; /* 0x1F8 */
u32 ecc_size_config; /* 0x1FC */
OpenPOWER on IntegriCloud