Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Lei YU <mine260309@gmail.com>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Lei YU and committed by
Joel Stanley
e50c667b a9fc1028

+2 -2
+2 -2
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
··· 32 32 no-map; 33 33 }; 34 34 35 - flash_memory: region@98000000 { 35 + flash_memory: region@5c000000 { 36 36 no-map; 37 - reg = <0x98000000 0x01000000>; /* 16MB */ 37 + reg = <0x5C000000 0x02000000>; /* 32MB */ 38 38 }; 39 39 }; 40 40