Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Amelie Delaunay and committed by
Alexandre Torgue
fc082d2b 83686162

+3 -3
+3 -3
arch/arm/boot/dts/stm32mp151.dtsi
··· 1294 1294 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; 1295 1295 clocks = <&rcc HASH1>; 1296 1296 resets = <&rcc HASH1_R>; 1297 - dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0>; 1297 + dmas = <&mdma1 31 0x2 0x1000A02 0x0 0x0>; 1298 1298 dma-names = "in"; 1299 1299 dma-maxburst = <2>; 1300 1300 status = "disabled"; ··· 1358 1358 reg = <0x58003000 0x1000>, <0x70000000 0x10000000>; 1359 1359 reg-names = "qspi", "qspi_mm"; 1360 1360 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; 1361 - dmas = <&mdma1 22 0x10 0x100002 0x0 0x0>, 1362 - <&mdma1 22 0x10 0x100008 0x0 0x0>; 1361 + dmas = <&mdma1 22 0x2 0x100002 0x0 0x0>, 1362 + <&mdma1 22 0x2 0x100008 0x0 0x0>; 1363 1363 dma-names = "tx", "rx"; 1364 1364 clocks = <&rcc QSPI_K>; 1365 1365 resets = <&rcc QSPI_R>;