diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 13:48:53 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 13:48:53 +0100 |
commit | afa8f0cd6c97379f4b6e5abb857e93efbcef799b (patch) | |
tree | 885dc458d3ca421d1e8e2e09c270139a361abb66 /include | |
parent | 2f2613b028ed57cc17a5320ca88e608b218dd334 (diff) | |
parent | d8851a0d4f57537315fdb854f04724acdc87c424 (diff) | |
download | linux-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.h | 14 |
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__ */ |