Revert "ARM: SPEAr13xx: Pass DW DMAC platform data from DT"

This reverts commit f9965aa207.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
Arnd Bergmann
2013-02-15 19:21:49 +01:00
committed by Vinod Koul
parent 42cf20980c
commit 17166a3b6e
6 changed files with 80 additions and 72 deletions

View File

@@ -88,25 +88,6 @@
status = "disabled";
};
dma@ea800000 {
slave_info {
uart1_tx {
bus_id = "uart1_tx";
cfg_hi = <0x6000>; /* 0xC << 11 */
cfg_lo = <0>;
src_master = <0>;
dst_master = <1>;
};
uart1_tx {
bus_id = "uart1_tx";
cfg_hi = <0x680>; /* 0xD << 7 */
cfg_lo = <0>;
src_master = <1>;
dst_master = <0>;
};
};
};
spi1: spi@5d400000 {
compatible = "arm,pl022", "arm,primecell";
reg = <0x5d400000 0x1000>;

View File

@@ -105,37 +105,6 @@
reg = <0xea800000 0x1000>;
interrupts = <0 19 0x4>;
status = "disabled";
nr_channels = <8>;
chan_allocation_order = <1>;
chan_priority = <1>;
block_size = <0xfff>;
nr_masters = <2>;
data_width = <3 3 0 0>;
slave_info {
ssp0_tx {
bus_id = "ssp0_tx";
cfg_hi = <0x2000>; /* 0x4 << 11 */
cfg_lo = <0>;
src_master = <0>;
dst_master = <0>;
};
ssp0_rx {
bus_id = "ssp0_rx";
cfg_hi = <0x280>; /* 0x5 << 7 */
cfg_lo = <0>;
src_master = <0>;
dst_master = <0>;
};
cf {
bus_id = "cf";
cfg_hi = <0>;
cfg_lo = <0>;
src_master = <0>;
dst_master = <0>;
};
};
};
dma@eb000000 {
@@ -143,13 +112,6 @@
reg = <0xeb000000 0x1000>;
interrupts = <0 59 0x4>;
status = "disabled";
nr_channels = <8>;
chan_allocation_order = <1>;
chan_priority = <1>;
block_size = <0xfff>;
nr_masters = <2>;
data_width = <3 3 0 0>;
};
fsmc: flash@b0000000 {