summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/dma.c4
-rw-r--r--arch/arm/mach-tegra/spi_tegra_slave.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/dma.c b/arch/arm/mach-tegra/dma.c
index e9c28465b114..0ddb2c7b24df 100644
--- a/arch/arm/mach-tegra/dma.c
+++ b/arch/arm/mach-tegra/dma.c
@@ -533,6 +533,10 @@ static void tegra_dma_update_hw(struct tegra_dma_channel *ch,
case TEGRA_DMA_REQ_SEL_SL2B2:
case TEGRA_DMA_REQ_SEL_SL2B3:
case TEGRA_DMA_REQ_SEL_SL2B4:
+#ifdef CONFIG_ARCH_TEGRA_3x_SOC
+ case TEGRA_DMA_REQ_SEL_SL2B5:
+ case TEGRA_DMA_REQ_SEL_SL2B6:
+#endif
case TEGRA_DMA_REQ_SEL_SPI:
/* For spi/slink the burst size based on transfer size
* i.e. if multiple of 32 bytes then busrt is
diff --git a/arch/arm/mach-tegra/spi_tegra_slave.c b/arch/arm/mach-tegra/spi_tegra_slave.c
index eddae51202cc..e109fb7e82fc 100644
--- a/arch/arm/mach-tegra/spi_tegra_slave.c
+++ b/arch/arm/mach-tegra/spi_tegra_slave.c
@@ -145,6 +145,10 @@ static const unsigned long spi_tegra_req_sels[] = {
TEGRA_DMA_REQ_SEL_SL2B2,
TEGRA_DMA_REQ_SEL_SL2B3,
TEGRA_DMA_REQ_SEL_SL2B4,
+#ifdef CONFIG_ARCH_TEGRA_3x_SOC
+ TEGRA_DMA_REQ_SEL_SL2B5,
+ TEGRA_DMA_REQ_SEL_SL2B6,
+#endif
};
#define BB_LEN (16384)