diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-08-20 10:04:33 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-08-26 17:17:16 +0200 |
commit | 0429936697321612e3c2edbfa2161856e737ac09 (patch) | |
tree | 8bc90382e7984b33c63dde0397911b7aaa4bd03c /arch/arm/mach-imx/mm-imx5.c | |
parent | dma: imx-sdma: Add ROM script addresses to driver (diff) | |
download | linux-0429936697321612e3c2edbfa2161856e737ac09.tar.xz linux-0429936697321612e3c2edbfa2161856e737ac09.zip |
ARM: i.MX: remove sdma script address arrays from platform data
Now that the sdma driver holds the address tables for i.MX25/5 they
are no longer needed in platform_data. Remove them.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'arch/arm/mach-imx/mm-imx5.c')
-rw-r--r-- | arch/arm/mach-imx/mm-imx5.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-imx/mm-imx5.c b/arch/arm/mach-imx/mm-imx5.c index cf193d87274a..051add9cc471 100644 --- a/arch/arm/mach-imx/mm-imx5.c +++ b/arch/arm/mach-imx/mm-imx5.c @@ -103,22 +103,8 @@ void __init mx53_init_irq(void) tzic_init_irq(MX53_IO_ADDRESS(MX53_TZIC_BASE_ADDR)); } -static struct sdma_script_start_addrs imx51_sdma_script __initdata = { - .ap_2_ap_addr = 642, - .uart_2_mcu_addr = 817, - .mcu_2_app_addr = 747, - .mcu_2_shp_addr = 961, - .ata_2_mcu_addr = 1473, - .mcu_2_ata_addr = 1392, - .app_2_per_addr = 1033, - .app_2_mcu_addr = 683, - .shp_2_per_addr = 1251, - .shp_2_mcu_addr = 892, -}; - static struct sdma_platform_data imx51_sdma_pdata __initdata = { .fw_name = "sdma-imx51.bin", - .script_addrs = &imx51_sdma_script, }; static const struct resource imx51_audmux_res[] __initconst = { |