diff options
| author | Vinod Koul <vkoul@kernel.org> | 2019-11-14 16:02:51 +0530 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2019-11-14 16:02:51 +0530 |
| commit | bb5a471de9bfd0853d48d8dc5572469778c2824d (patch) | |
| tree | 6c485504e35baa48ee6c3f29f879f6372ac1722d /include/linux | |
| parent | b37949560b93d01f20687dfb8e1d3b9aa5633d63 (diff) | |
| parent | bacdcb6675e170bb2e8d3824da220e10274f42a7 (diff) | |
Merge branch 'fixes' into next
Diffstat (limited to 'include/linux')
| -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 6eaa53cef0bd..30e676b36b24 100644 --- a/include/linux/platform_data/dma-imx-sdma.h +++ b/include/linux/platform_data/dma-imx-sdma.h @@ -51,7 +51,10 @@ struct sdma_script_start_addrs { /* End of v2 array */ s32 zcanfd_2_mcu_addr; s32 zqspi_2_mcu_addr; + s32 mcu_2_ecspi_addr; /* End of v3 array */ + s32 mcu_2_zqspi_addr; + /* End of v4 array */ }; /** |
