diff options
author | Jason Liu <r64343@freescale.com> | 2012-02-07 14:13:50 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-02-07 18:28:36 +0800 |
commit | ae4888781590b530d48a8f5b9daf1c232b1ed192 (patch) | |
tree | ec60dc143e9a9e9ad798a9a7a7d05567592b7e64 /arch/arm/plat-mxc/devices | |
parent | 51217fc2115e74351d825fa3841f66fc8e96aaf9 (diff) |
ENGR00173869-7: i.mx6: sdma: add i.mx6dl support
add i.mx6dl support for sdma
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/devices')
-rwxr-xr-x | arch/arm/plat-mxc/devices/platform-imx-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/devices/platform-imx-dma.c b/arch/arm/plat-mxc/devices/platform-imx-dma.c index 9b8715244e29..9f99aa481526 100755 --- a/arch/arm/plat-mxc/devices/platform-imx-dma.c +++ b/arch/arm/plat-mxc/devices/platform-imx-dma.c @@ -259,7 +259,7 @@ static int __init imxXX_add_imx_dma(void) } else #endif #if defined(CONFIG_SOC_IMX6Q) - if (cpu_is_mx6q()) { + if (cpu_is_mx6q() || cpu_is_mx6dl()) { int to_version = 1; imx6q_imx_sdma_data.pdata.to_version = to_version; if (to_version == 1) |