aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2018-02-12 20:32:40 -0500
committerTony Lindgren <tony@atomide.com>2018-02-14 13:28:12 -0500
commit1cddc364584e76c16354d34326c671aac2a23e4f (patch)
tree17edc480c72e71c23ab60b1c0a781baaf2108f7f /include/linux/platform_data
parentcc7e3fb6413a79e22a144f48361ec4be0b888614 (diff)
ARM: OMAP2+: Cleanup omap2_spi_dev_attr and other legacy data
The omap2_spi_dev_attr data was used to supply instance-specific data for legacy non-DT devices. The SPI legacy device support including the usage of the hwmod class revision data has been dropped in commit 6f3ab009a178 ("ARM: OMAP2+: Remove unused legacy code for device init") and this data is therefore no longer needed. So, cleanup the structure and all the associated data in various hwmod data files. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/spi-omap2-mcspi.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/platform_data/spi-omap2-mcspi.h b/include/linux/platform_data/spi-omap2-mcspi.h
index 13c83a25958a..0bf9fddb8306 100644
--- a/include/linux/platform_data/spi-omap2-mcspi.h
+++ b/include/linux/platform_data/spi-omap2-mcspi.h
@@ -2,10 +2,6 @@
2#ifndef _OMAP2_MCSPI_H 2#ifndef _OMAP2_MCSPI_H
3#define _OMAP2_MCSPI_H 3#define _OMAP2_MCSPI_H
4 4
5#define OMAP2_MCSPI_REV 0
6#define OMAP3_MCSPI_REV 1
7#define OMAP4_MCSPI_REV 2
8
9#define OMAP4_MCSPI_REG_OFFSET 0x100 5#define OMAP4_MCSPI_REG_OFFSET 0x100
10 6
11#define MCSPI_PINDIR_D0_IN_D1_OUT 0 7#define MCSPI_PINDIR_D0_IN_D1_OUT 0
@@ -17,10 +13,6 @@ struct omap2_mcspi_platform_config {
17 unsigned int pin_dir:1; 13 unsigned int pin_dir:1;
18}; 14};
19 15
20struct omap2_mcspi_dev_attr {
21 unsigned short num_chipselect;
22};
23
24struct omap2_mcspi_device_config { 16struct omap2_mcspi_device_config {
25 unsigned turbo_mode:1; 17 unsigned turbo_mode:1;
26 18