commit | ceca8baed5d815c61c768e5b336a739fe77deeb7 | [log] [tgz] |
---|---|---|
author | Zyta Szpak <zr@semihalf.com> | Thu Jan 21 16:52:37 2021 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 10 09:29:13 2021 +0100 |
tree | 37a0ec4c01b74921f28155dca8de7cb99c88e84e | |
parent | e5ed4e08d8507dfc616f1ffb1b771f88b3c819cb [diff] |
arm64: dts: ls1046a: fix dcfg address range [ Upstream commit aa880c6f3ee6dbd0d5ab02026a514ff8ea0a3328 ] Dcfg was overlapping with clockgen address space which resulted in failure in memory allocation for dcfg. According regs description dcfg size should not be bigger than 4KB. Signed-off-by: Zyta Szpak <zr@semihalf.com> Fixes: 8126d88162a5 ("arm64: dts: add QorIQ LS1046A SoC support") Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>