diff options
author | Shiraz Hashim <shiraz.hashim@st.com> | 2012-08-29 18:27:36 +0200 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2012-11-26 12:25:31 +0100 |
commit | 3e270ba6e9158f0958e46a606cbeb14ddaf6979b (patch) | |
tree | 405dfa4d64540903ed27dee7a3564a7fcb7573ec /arch/arm/mach-spear13xx/spear13xx.c | |
parent | ARM: SPEAr1310: Move 1310 specific misc register into machine specific files (diff) | |
download | linux-3e270ba6e9158f0958e46a606cbeb14ddaf6979b.tar.xz linux-3e270ba6e9158f0958e46a606cbeb14ddaf6979b.zip |
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[] = { }; struct pl022_ssp_controller pl022_plat_data = { - .bus_id = 0, .enable_dma = 1, .dma_filter = dw_dma_filter, .dma_rx_param = &ssp_dma_param[1], .dma_tx_param = &ssp_dma_param[0], - .num_chipselect = 3, }; /* CF device registration */ |