aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/mcspi.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mcspi.h')
-rw-r--r--arch/arm/plat-omap/include/plat/mcspi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcspi.h b/arch/arm/plat-omap/include/plat/mcspi.h
index 560e266da8a1..3d51b18131cc 100644
--- a/arch/arm/plat-omap/include/plat/mcspi.h
+++ b/arch/arm/plat-omap/include/plat/mcspi.h
@@ -5,8 +5,11 @@
5#define OMAP3_MCSPI_REV 1 5#define OMAP3_MCSPI_REV 1
6#define OMAP4_MCSPI_REV 2 6#define OMAP4_MCSPI_REV 2
7 7
8#define OMAP4_MCSPI_REG_OFFSET 0x100
9
8struct omap2_mcspi_platform_config { 10struct omap2_mcspi_platform_config {
9 unsigned short num_cs; 11 unsigned short num_cs;
12 unsigned int regs_offset;
10}; 13};
11 14
12struct omap2_mcspi_dev_attr { 15struct omap2_mcspi_dev_attr {