diff options
author | Nicolin Chen <b42378@freescale.com> | 2013-11-13 22:55:24 +0800 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-12-16 09:18:47 +0530 |
commit | cd72b8462a2ebbf9524e726c65c2770f0bf70d22 (patch) | |
tree | fc3799201a918a732e1911276f3433c0095b1fba /include/linux | |
parent | b714b84e2b74de68b12847bcaf2cf409a18fb741 (diff) |
dma: imx-sdma: Add sdma firmware version 2 support
On i.MX5/6 series, SDMA is using new version firmware to support SSI
dual FIFO feature and HDMI Audio (i.MX6Q/DL only). Thus add it.
Signed-off-by: Nicolin Chen <b42378@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/platform_data/dma-imx-sdma.h | 5 |
1 files changed, 5 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..eabac4e2fc99 100644 --- a/include/linux/platform_data/dma-imx-sdma.h +++ b/include/linux/platform_data/dma-imx-sdma.h @@ -43,6 +43,11 @@ struct sdma_script_start_addrs { s32 dptc_dvfs_addr; s32 utra_addr; s32 ram_code_start_addr; + /* End of v1 array */ + s32 mcu_2_ssish_addr; + s32 ssish_2_mcu_addr; + s32 hdmi_dma_addr; + /* End of v2 array */ }; /** |