Re: [PATCH 2/2] ARM: dts: stm32: fix dmamux reg property on stm32h743

2020-11-17 Thread Alexandre Torgue
Hi, On 11/10/20 3:27 PM, Amelie Delaunay wrote: 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 --- arch/arm/boot/dts/stm32h743.dtsi

[PATCH 2/2] ARM: dts: stm32: fix dmamux reg property on stm32h743

2020-11-10 Thread Amelie Delaunay
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 --- arch/arm/boot/dts/stm32h743.dtsi | 2 +- 1 file changed, 1 insertion(+), 1