summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2014-04-16 17:48:40 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-04-17 21:19:14 -0500
commitd1a2fdb72580f08d27c5ec10cf2e61bbe8e836f2 (patch)
tree07aea0c0a9004096bb778d1af2adda03b068f947 /include
parent94d4e724597bce7588ec6c1dbf52395413be0b6d (diff)
ENGR00308770-1 sdma: update platform data for new sdma script
update the struct of sdma script platform data. Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/dma-imx-sdma.h2
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 14ca582adf24..b92f0bc63457 100644
--- a/include/linux/platform_data/dma-imx-sdma.h
+++ b/include/linux/platform_data/dma-imx-sdma.h
@@ -46,6 +46,8 @@ struct sdma_script_start_addrs {
s32 mcu_2_ssish_addr;
s32 ssish_2_mcu_addr;
s32 hdmi_dma_addr;
+ s32 zcanfd_2_mcu_addr;
+ s32 zqspi_2_mcu_addr;
};
/**