提交 e7d7887f 编写于 作者: Z Zyta Szpak 提交者: Zheng Zengkai

arm64: dts: ls1046a: fix dcfg address range

stable inclusion
from stable-5.10.15
commit ceca8baed5d815c61c768e5b336a739fe77deeb7
bugzilla: 48167

--------------------------------

[ Upstream commit aa880c6f ]

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: NZyta Szpak <zr@semihalf.com>
Fixes: 8126d881 ("arm64: dts: add QorIQ LS1046A SoC support")
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
上级 13d9eca3
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
dcfg: dcfg@1ee0000 { dcfg: dcfg@1ee0000 {
compatible = "fsl,ls1046a-dcfg", "syscon"; compatible = "fsl,ls1046a-dcfg", "syscon";
reg = <0x0 0x1ee0000 0x0 0x10000>; reg = <0x0 0x1ee0000 0x0 0x1000>;
big-endian; big-endian;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册