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 stm32mp151

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

+1 -1
+1 -1
arch/arm/boot/dts/stm32mp151.dtsi
··· 1001 1001 1002 1002 dmamux1: dma-router@48002000 { 1003 1003 compatible = "st,stm32h7-dmamux"; 1004 - reg = <0x48002000 0x1c>; 1004 + reg = <0x48002000 0x40>; 1005 1005 #dma-cells = <3>; 1006 1006 dma-requests = <128>; 1007 1007 dma-masters = <&dma1 &dma2>;