summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Brown2012-11-14 04:16:50 +0100
committerMark Brown2012-11-14 04:16:50 +0100
commit170c2d0a87922adb43a8e8ca47cba3e30407d4d6 (patch)
tree1e2d95a01484072e00bfa3267636e1d7836bcbd6 /include
parentMerge branch 'spi-tegra' into spi-next (diff)
parentspi/omap: fix D0/D1 direction confusion (diff)
downloadkernel-qcow2-linux-170c2d0a87922adb43a8e8ca47cba3e30407d4d6.tar.gz
kernel-qcow2-linux-170c2d0a87922adb43a8e8ca47cba3e30407d4d6.tar.xz
kernel-qcow2-linux-170c2d0a87922adb43a8e8ca47cba3e30407d4d6.zip
Merge branch 'spi-mcspi' into spi-next
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/spi-omap2-mcspi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/spi-omap2-mcspi.h b/include/linux/platform_data/spi-omap2-mcspi.h
index ce70f7b5a8e1..a65572d53211 100644
--- a/include/linux/platform_data/spi-omap2-mcspi.h
+++ b/include/linux/platform_data/spi-omap2-mcspi.h
@@ -7,8 +7,8 @@
#define OMAP4_MCSPI_REG_OFFSET 0x100
-#define MCSPI_PINDIR_D0_OUT_D1_IN 0
-#define MCSPI_PINDIR_D0_IN_D1_OUT 1
+#define MCSPI_PINDIR_D0_IN_D1_OUT 0
+#define MCSPI_PINDIR_D0_OUT_D1_IN 1
struct omap2_mcspi_platform_config {
unsigned short num_cs;