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

ARM: dts: stm32: fix dmamux reg property on stm32h743

Reg property length should cover all DMAMUX_CxCR registers.
DMAMUX_CxCR Address offset: 0x000 + 0x04 * x (x = 0 to 15), so latest
offset is at 0x3c, so length should be 0x40.

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
7e4bc946 e3b37ca3

+1 -1
+1 -1
arch/arm/boot/dts/stm32h743.dtsi
··· 274 274 275 275 dmamux1: dma-router@40020800 { 276 276 compatible = "st,stm32h7-dmamux"; 277 - reg = <0x40020800 0x1c>; 277 + reg = <0x40020800 0x40>; 278 278 #dma-cells = <3>; 279 279 dma-channels = <16>; 280 280 dma-requests = <128>;