ARM: dts: aspeed: palmetto: Fix flash_memory region
authorLei YU <mine260309@gmail.com>
Fri, 15 Feb 2019 07:47:21 +0000 (15:47 +0800)
committerJoel Stanley <joel@jms.id.au>
Thu, 4 Apr 2019 03:43:04 +0000 (14:13 +1030)
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: Lei YU <mine260309@gmail.com>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts

index b854ac0..b249da8 100644 (file)
@@ -32,9 +32,9 @@
                        no-map;
                };
 
-               flash_memory: region@98000000 {
+               flash_memory: region@5c000000 {
                        no-map;
-                       reg = <0x98000000 0x01000000>; /* 16MB */
+                       reg = <0x5C000000 0x02000000>; /* 32MB */
                };
        };