ARM: dts: aspeed: wedge400: Fix FMC flash0 layout
authorTao Ren <rentao.bupt@gmail.com>
Tue, 10 Nov 2020 07:21:59 +0000 (23:21 -0800)
committerJoel 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

index ad1fcad..63a3dd5 100644 (file)
                 * "data0" partition (4MB) is reserved for persistent
                 * data store.
                 */
-               data0@3800000 {
-                       reg = <0x7c00000 0x800000>;
+               data0@7c00000 {
+                       reg = <0x7c00000 0x400000>;
                        label = "data0";
                };