Commit fc082d2b authored by Amelie Delaunay's avatar Amelie Delaunay Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: fix mdma1 clients channel priority level on stm32mp151



Update mdma1 clients channel priority level following stm32-mdma bindings.

Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 83686162
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1294,7 +1294,7 @@ hash1: hash@54002000 {
			interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&rcc HASH1>;
			resets = <&rcc HASH1_R>;
			dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0>;
			dmas = <&mdma1 31 0x2 0x1000A02 0x0 0x0>;
			dma-names = "in";
			dma-maxburst = <2>;
			status = "disabled";
@@ -1358,8 +1358,8 @@ 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>;
			dmas = <&mdma1 22 0x2 0x100002 0x0 0x0>,
			       <&mdma1 22 0x2 0x100008 0x0 0x0>;
			dma-names = "tx", "rx";
			clocks = <&rcc QSPI_K>;
			resets = <&rcc QSPI_R>;