From: Tao Ren Date: Tue, 10 Nov 2020 07:21:59 +0000 (-0800) Subject: ARM: dts: aspeed: wedge400: Fix FMC flash0 layout X-Git-Tag: v5.15~2144^2~4^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9f6aa9d1f50fa1b6429bfa9cb50648379b1c710;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Joel Stanley Link: https://lore.kernel.org/r/20201110072159.7941-1-rentao.bupt@gmail.com Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts index ad1fcad..63a3dd5 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"; };