From be5c475bdacaa8fed6a92f1e73540b1d1a77eb2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Lugari=C4=87?= Date: Tue, 20 Oct 2020 15:16:55 +0200 Subject: 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 --- arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 = , /* asrc0 */ , , @@ -3180,6 +3182,8 @@ , , /* sai1 */ , + , /* sai2 */ + , /* sai3 */ , /* sai4 */ ; /* 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>; -- cgit v1.2.3