commit | 5ce999efcaa7efc430d7fd024c1d7920af5c59d0 | [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:25:27 2021 +0100 |
tree | c7d6c65a31ac3d44e8133c233a3b674a6a4e4923 | |
parent | 68e798fa3c0e097ef19d6c3c25def58838a87306 [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>