diff options
| author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-03-11 11:30:58 -0400 |
|---|---|---|
| committer | Vinod Koul <vinod.koul@intel.com> | 2015-03-18 04:23:33 -0400 |
| commit | a572460be9cfb423c60275943f7921003b8cd372 (patch) | |
| tree | 87cd4ec32923fc47b0e66a7a12623ed75174c69e /include/linux/platform_data | |
| parent | 937abe88aea3161cd3a563e577fc9cf4522c7aad (diff) | |
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 { | |||
| 48 | s32 ssish_2_mcu_addr; | 48 | s32 ssish_2_mcu_addr; |
| 49 | s32 hdmi_dma_addr; | 49 | s32 hdmi_dma_addr; |
| 50 | /* End of v2 array */ | 50 | /* End of v2 array */ |
| 51 | s32 zcanfd_2_mcu_addr; | ||
| 52 | s32 zqspi_2_mcu_addr; | ||
| 53 | /* End of v3 array */ | ||
| 51 | }; | 54 | }; |
| 52 | 55 | ||
| 53 | /** | 56 | /** |
