Commit 0baa7d63 authored by Thomas Stranger's avatar Thomas Stranger Committed by Kumar Gala
Browse files

dts: stm32g4: fix dmamux number of dmamux request inputs



For dmamux nodes the dma-requests property specifies the number of
peripheral request inputs(not nr. of request trigger inputs).
This commit fixes this for g4 series.

Signed-off-by: default avatarThomas Stranger <thomas.stranger@outlook.com>
parent ce56f046
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@
			interrupts = <94 0>;
			clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x4>;
			dma-generators = <4>;
			dma-requests= <21>;
			dma-requests= <111>;
			status = "disabled";
			label = "DMAMUX_1";
		};