Commit 2fa278e3 authored by Ludovic Barre's avatar Ludovic Barre Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: activate dma for qspi on stm32mp157



This patch activates dma for qspi on stm32mp157.

Signed-off-by: default avatarLudovic Barre <ludovic.barre@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 5f9e832c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1244,6 +1244,9 @@ qspi: spi@58003000 {
			reg = <0x58003000 0x1000>, <0x70000000 0x10000000>;
			reg-names = "qspi", "qspi_mm";
			interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
			dmas = <&mdma1 22 0x10 0x100002 0x0 0x0>,
			       <&mdma1 22 0x10 0x100008 0x0 0x0>;
			dma-names = "tx", "rx";
			clocks = <&rcc QSPI_K>;
			resets = <&rcc QSPI_R>;
			status = "disabled";