Skip to content

Commit 14edf33

Browse files
committed
Merge tag 'sunxi-fixes-for-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
Allwinner fixes for 7.0 Just one fix to make the r-spi SPI controller use the mcu-dma DMA controller for DMA instead of the main DMA controller. * tag 'sunxi-fixes-for-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: arm64: dts: allwinner: sun55i: Fix r-spi DMA Signed-off-by: Arnd Bergmann <[email protected]>
2 parents b09719b + 6896ca5 commit 14edf33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
902902
clocks = <&r_ccu CLK_BUS_R_SPI>, <&r_ccu CLK_R_SPI>;
903903
clock-names = "ahb", "mod";
904-
dmas = <&dma 53>, <&dma 53>;
904+
dmas = <&mcu_dma 13>, <&mcu_dma 13>;
905905
dma-names = "rx", "tx";
906906
resets = <&r_ccu RST_BUS_R_SPI>;
907907
status = "disabled";

0 commit comments

Comments
 (0)