summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-03-11 12:30:58 -0300
committerVinod Koul <vinod.koul@intel.com>2015-03-18 13:53:33 +0530
commita572460be9cfb423c60275943f7921003b8cd372 (patch)
tree87cd4ec32923fc47b0e66a7a12623ed75174c69e /include/linux/platform_data
parent937abe88aea3161cd3a563e577fc9cf4522c7aad (diff)
downloadop-kernel-dev-a572460be9cfb423c60275943f7921003b8cd372.zip
op-kernel-dev-a572460be9cfb423c60275943f7921003b8cd372.tar.gz
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.h3
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 eabac4e..2d08816 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 */
};
/**
OpenPOWER on IntegriCloud