Commit aa880c6f authored by Zyta Szpak's avatar Zyta Szpak Committed by 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: default avatarZyta Szpak <zr@semihalf.com>
Fixes: 8126d881 ("arm64: dts: add QorIQ LS1046A SoC support")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 82c08278
......@@ -385,7 +385,7 @@ bportals: bman-portals@508000000 {
dcfg: dcfg@1ee0000 {
compatible = "fsl,ls1046a-dcfg", "syscon";
reg = <0x0 0x1ee0000 0x0 0x10000>;
reg = <0x0 0x1ee0000 0x0 0x1000>;
big-endian;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment