projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fc102
)
ARM: dts: aspeed: palmetto: Fix flash_memory region
author
Lei YU
<mine260309@gmail.com>
Fri, 15 Feb 2019 07:47:21 +0000
(15:47 +0800)
committer
Joel 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
index
b854ac0
..
b249da8
100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
@@
-32,9
+32,9
@@
no-map;
};
- flash_memory: region@
98
000000 {
+ flash_memory: region@
5c
000000 {
no-map;
- reg = <0x
98000000 0x01000000>; /* 16
MB */
+ reg = <0x
5C000000 0x02000000>; /* 32
MB */
};
};