summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorTomislav Lugarić <tomislav.lugaric@rimac-automobili.com>2020-10-20 15:16:55 +0200
committerStefan Eichenberger <stefan.eichenberger@toradex.com>2020-10-20 15:21:53 +0200
commitbe5c475bdacaa8fed6a92f1e73540b1d1a77eb2b (patch)
tree97c231c52ee4acce6be6dc09a18908b2f8cfa586 /arch/arm64
parent8e0e365e5c0d39fc33ba5ac4463df23e6f107381 (diff)
arm64: dts: fsl: imx8qm: fix sai2 and sai3
Sai2 and Sai3 definitions for DMA were missing in the device tree of kernel 4.14. Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi11
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
index 71133435d2f6..b43b50df3d15 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
@@ -3159,11 +3159,13 @@
<0x0 0x592d0000 0x0 0x10000>, /* sai0 tx */
<0x0 0x592e0000 0x0 0x10000>, /* sai1 rx */
<0x0 0x592f0000 0x0 0x10000>, /* sai1 tx */
+ <0x0 0x59300000 0x0 0x10000>, /* sai2 rx */
+ <0x0 0x59310000 0x0 0x10000>, /* sai3 rx */
<0x0 0x59320000 0x0 0x10000>, /* sai4 rx */
<0x0 0x59330000 0x0 0x10000>; /* sai5 tx */
#dma-cells = <3>;
shared-interrupt;
- dma-channels = <18>;
+ dma-channels = <20>;
interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>, /* asrc0 */
<GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 376 IRQ_TYPE_LEVEL_HIGH>,
@@ -3180,6 +3182,8 @@
<GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>, /* sai1 */
<GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 319 IRQ_TYPE_LEVEL_HIGH>, /* sai2 */
+ <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>, /* sai3 */
<GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>, /* sai4 */
<GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>; /* sai5 */
interrupt-names = "edma2-chan0-rx", "edma2-chan1-rx", /* asrc0 */
@@ -3190,6 +3194,7 @@
"edma2-chan10-rx", "edma2-chan11-tx", /* spdif1 */
"edma2-chan12-rx", "edma2-chan13-tx", /* sai0 */
"edma2-chan14-rx", "edma2-chan15-tx", /* sai1 */
+ "edma2-chan16-rx", "edma2-chan17-rx", /* sai2, sai3 */
"edma2-chan18-rx", "edma2-chan19-tx"; /* sai4, sai5 */
pdomains = <&pd_dma2_chan0>, <&pd_dma2_chan1>, <&pd_dma2_chan2>,
<&pd_dma2_chan3>, <&pd_dma2_chan4>, <&pd_dma2_chan5>,
@@ -3204,6 +3209,10 @@
/* sai0 */
<&pd_dma2_chan14>, <&pd_dma2_chan15>,
/* sai1 */
+ <&pd_dma2_chan16>,
+ /* sai2 */
+ <&pd_dma2_chan17>,
+ /* sai3 */
<&pd_dma2_chan18>,
/* sai4 */
<&pd_dma2_chan19>;