diff options
| author | 2015-03-11 12:30:58 -0300 | |
|---|---|---|
| committer | 2015-03-18 13:53:33 +0530 | |
| commit | a572460be9cfb423c60275943f7921003b8cd372 (patch) | |
| tree | 87cd4ec32923fc47b0e66a7a12623ed75174c69e /include/linux/platform_data | |
| parent | dmaengine: xilinx-dma: move header file to common location (diff) | |
| download | linux-dev-a572460be9cfb423c60275943f7921003b8cd372.tar.xz linux-dev-a572460be9cfb423c60275943f7921003b8cd372.zip | |
dmaengine: imx-sdma: Add support for version 3 firmware
Currently when version 3.1 of the mx6q SDMA firmware is used we get:
[ 0.392169] imx-sdma 20ec000.sdma: unknown firmware version
[ 0.399281] imx-sdma 20ec000.sdma: initialized
Add support for it.
Based on a patch from Shengjiu Wang from the internal FSL kernel.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/dma-imx-sdma.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/platform_data/dma-imx-sdma.h b/include/linux/platform_data/dma-imx-sdma.h index eabac4e2fc99..2d08816720f6 100644 --- a/include/linux/platform_data/dma-imx-sdma.h +++ b/include/linux/platform_data/dma-imx-sdma.h @@ -48,6 +48,9 @@ struct sdma_script_start_addrs { s32 ssish_2_mcu_addr; s32 hdmi_dma_addr; /* End of v2 array */ + s32 zcanfd_2_mcu_addr; + s32 zqspi_2_mcu_addr; + /* End of v3 array */ }; /** |
