summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-01 13:48:53 +0100
committerMark Brown <broonie@linaro.org>2013-09-01 13:48:53 +0100
commitafa8f0cd6c97379f4b6e5abb857e93efbcef799b (patch)
tree885dc458d3ca421d1e8e2e09c270139a361abb66 /include
parent2f2613b028ed57cc17a5320ca88e608b218dd334 (diff)
parentd8851a0d4f57537315fdb854f04724acdc87c424 (diff)
downloadlinux-afa8f0cd6c97379f4b6e5abb857e93efbcef799b.tar.bz2
Merge remote-tracking branch 'spi/topic/efm32' into spi-next
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/efm32-spi.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/platform_data/efm32-spi.h b/include/linux/platform_data/efm32-spi.h
new file mode 100644
index 000000000000..31b19ca1d73a
--- /dev/null
+++ b/include/linux/platform_data/efm32-spi.h
@@ -0,0 +1,14 @@
+#ifndef __LINUX_PLATFORM_DATA_EFM32_SPI_H__
+#define __LINUX_PLATFORM_DATA_EFM32_SPI_H__
+
+#include <linux/types.h>
+
+/**
+ * struct efm32_spi_pdata
+ * @location: pinmux location for the I/O pins (to be written to the ROUTE
+ * register)
+ */
+struct efm32_spi_pdata {
+ u8 location;
+};
+#endif /* ifndef __LINUX_PLATFORM_DATA_EFM32_SPI_H__ */