diff options
author | Shiraz Hashim <shiraz.hashim@st.com> | 2012-08-29 12:27:36 -0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2012-11-26 06:25:31 -0500 |
commit | 3e270ba6e9158f0958e46a606cbeb14ddaf6979b (patch) | |
tree | 405dfa4d64540903ed27dee7a3564a7fcb7573ec /arch/arm/mach-spear13xx/spear13xx.c | |
parent | 07e812a0aeaaf21a23b3db5048a65c7042248321 (diff) |
ARM: SPEAr13xx: Remove fields not required for ssp controller
Few fields are not required to be programmed in platform data of spi controller
now, as it comes via DT. Remove them.
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/mach-spear13xx/spear13xx.c')
-rw-r--r-- | arch/arm/mach-spear13xx/spear13xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-spear13xx/spear13xx.c b/arch/arm/mach-spear13xx/spear13xx.c index 5633d698f1e1..c4af775a8451 100644 --- a/arch/arm/mach-spear13xx/spear13xx.c +++ b/arch/arm/mach-spear13xx/spear13xx.c | |||
@@ -57,12 +57,10 @@ static struct dw_dma_slave ssp_dma_param[] = { | |||
57 | }; | 57 | }; |
58 | 58 | ||
59 | struct pl022_ssp_controller pl022_plat_data = { | 59 | struct pl022_ssp_controller pl022_plat_data = { |
60 | .bus_id = 0, | ||
61 | .enable_dma = 1, | 60 | .enable_dma = 1, |
62 | .dma_filter = dw_dma_filter, | 61 | .dma_filter = dw_dma_filter, |
63 | .dma_rx_param = &ssp_dma_param[1], | 62 | .dma_rx_param = &ssp_dma_param[1], |
64 | .dma_tx_param = &ssp_dma_param[0], | 63 | .dma_tx_param = &ssp_dma_param[0], |
65 | .num_chipselect = 3, | ||
66 | }; | 64 | }; |
67 | 65 | ||
68 | /* CF device registration */ | 66 | /* CF device registration */ |