projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b802d
)
ARM: dts: aspeed: wedge400: Fix FMC flash0 layout
author
Tao Ren
<rentao.bupt@gmail.com>
Tue, 10 Nov 2020 07:21:59 +0000
(23:21 -0800)
committer
Joel Stanley
<joel@jms.id.au>
Mon, 16 Nov 2020 03:35:58 +0000
(14:05 +1030)
Update "data0" partition's size from 8MB to 4MB to fix "partition data0
extends beyond the end of device" warning at bootup time.
Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link:
https://lore.kernel.org/r/20201110072159.7941-1-rentao.bupt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts
b/arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts
index ad1fcad3676cc65f754cff866f05329f17c0af69..63a3dd548f307c25dfd2191616a1153d39b5449c 100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts
@@
-124,8
+124,8
@@
* "data0" partition (4MB) is reserved for persistent
* data store.
*/
- data0@
38
00000 {
- reg = <0x7c00000 0x
8
00000>;
+ data0@
7c
00000 {
+ reg = <0x7c00000 0x
4
00000>;
label = "data0";
};