diff options
author | Robin Gong <b38343@freescale.com> | 2015-01-07 18:09:31 +0800 |
---|---|---|
committer | Robin Gong <b38343@freescale.com> | 2015-02-11 09:49:00 +0800 |
commit | 35fd522aaa55107b6fb596801d1a2ab383e03cf8 (patch) | |
tree | 5263e28978519e201fb0a070a5a01c341ab26bee /include | |
parent | f00c9fb1353af0717ee20ca5bedd7bfecb595739 (diff) |
MLK-10244-2 imx-sdma: add new mcu_2_qspi script for i.mx7
Add new ram script for i.mx7, extend the struct.
Signed-off-by: Robin Gong <b38343@freescale.com>
(cherry picked from commit f4886236367ef357268e1c5d5174d012399d2764)
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/dma-imx-sdma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/dma-imx-sdma.h b/include/linux/platform_data/dma-imx-sdma.h index e2dcb3c96001..5bb0a119f39a 100644 --- a/include/linux/platform_data/dma-imx-sdma.h +++ b/include/linux/platform_data/dma-imx-sdma.h @@ -52,6 +52,8 @@ struct sdma_script_start_addrs { s32 zqspi_2_mcu_addr; s32 mcu_2_ecspi_addr; /* End of v3 array */ + s32 mcu_2_zqspi_addr; + /* End of v4 array */ }; /** |