Commit e50c667b authored by Lei YU's avatar Lei YU Committed by Joel Stanley

ARM: dts: aspeed: palmetto: Fix flash_memory region

The flash_memory region was incorrect and exceeds AST2400's RAM range.
Fix it by putting it before coldfire region, and aligned with 32MiB.
Signed-off-by: default avatarLei YU <mine260309@gmail.com>
Acked-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent a9fc1028
......@@ -32,9 +32,9 @@ coldfire_memory: codefire_memory@5ee00000 {
no-map;
};
flash_memory: region@98000000 {
flash_memory: region@5c000000 {
no-map;
reg = <0x98000000 0x01000000>; /* 16MB */
reg = <0x5C000000 0x02000000>; /* 32MB */
};
};
......
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