提交 aa880c6f 编写于 作者: Z Zyta Szpak 提交者: Shawn Guo

arm64: dts: ls1046a: fix dcfg address range

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>
上级 82c08278
......@@ -385,7 +385,7 @@
dcfg: dcfg@1ee0000 {
compatible = "fsl,ls1046a-dcfg", "syscon";
reg = <0x0 0x1ee0000 0x0 0x10000>;
reg = <0x0 0x1ee0000 0x0 0x1000>;
big-endian;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册