]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: dts: stm32: fix SAI sub nodes register range
authorOlivier Moysan <olivier.moysan@foss.st.com>
Fri, 24 Sep 2021 16:02:21 +0000 (18:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Nov 2021 10:04:26 +0000 (11:04 +0100)
commitde4c998f9634f01c05c68761f35658c1ca53952c
treed0a997ee38413819276dbaf75b0a3a59b8e50e82
parentd39348632e9e94c010f5d8ae8506515322af520b
ARM: dts: stm32: fix SAI sub nodes register range

[ Upstream commit 6f87a74d31277f0896dcf8c0850ec14bde03c423 ]

The STM32 SAI subblocks registers offsets are in the range
0x0004 (SAIx_CR1) to 0x0020 (SAIx_DR).
The corresponding range length is 0x20 instead of 0x1c.
Change reg property accordingly.

Fixes: 5afd65c3a060 ("ARM: dts: stm32: add sai support on stm32mp157c")
Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/stm32mp151.dtsi