aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Ren <[email protected]>2020-11-09 23:21:59 -0800
committerJoel Stanley <[email protected]>2020-11-16 14:05:58 +1030
commitc9f6aa9d1f50fa1b6429bfa9cb50648379b1c710 (patch)
tree041c472db98def6032c2003e0a3817a21e314b2f
parent71b802d2d518d2bdbdc0fa5b661fc1d37b9b50d3 (diff)
ARM: dts: aspeed: wedge400: Fix FMC flash0 layout
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 <[email protected]> Reviewed-by: Joel Stanley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts
index ad1fcad3676c..63a3dd548f30 100644
--- 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@3800000 {
- reg = <0x7c00000 0x800000>;
+ data0@7c00000 {
+ reg = <0x7c00000 0x400000>;
label = "data0";
};