diff options
| author | Nicolin Chen <b42378@freescale.com> | 2013-08-02 05:18:55 -0400 |
|---|---|---|
| committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:00:51 -0400 |
| commit | d597be0a1e03d5659c66e71b1f6ffd2d8c03460b (patch) | |
| tree | 8ed21d417e1ef770513f57e3f613c21afab60166 /include/linux/platform_data | |
| parent | 18976076e3f6e2b94ed5750a0dbf83f6233decf5 (diff) | |
ENGR00273673-2 dma: imx-sdma: Add dual-fifo script for ssi
To support SSI dual-fifo mode, we need to add dual-fifo script for sdma.
Signed-off-by: Nicolin Chen <b42378@freescale.com>
Diffstat (limited to 'include/linux/platform_data')
| -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 3a3942823c20..19cfa9a1fd16 100644 --- a/include/linux/platform_data/dma-imx-sdma.h +++ b/include/linux/platform_data/dma-imx-sdma.h | |||
| @@ -43,6 +43,8 @@ struct sdma_script_start_addrs { | |||
| 43 | s32 dptc_dvfs_addr; | 43 | s32 dptc_dvfs_addr; |
| 44 | s32 utra_addr; | 44 | s32 utra_addr; |
| 45 | s32 ram_code_start_addr; | 45 | s32 ram_code_start_addr; |
| 46 | s32 mcu_2_ssish_addr; | ||
| 47 | s32 ssish_2_mcu_addr; | ||
| 46 | }; | 48 | }; |
| 47 | 49 | ||
| 48 | /** | 50 | /** |
