Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed: minipack: Update flash partition table

Update firmware flash "data0" partition size from 4MB to 8MB for larger
persistent storage on minipack BMC.

Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
Link: https://lore.kernel.org/r/20210720002704.7390-1-rentao.bupt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Tao Ren and committed by
Joel Stanley
813e3f1d 40cb6373

+4 -4
+4 -4
arch/arm/boot/dts/aspeed-bmc-facebook-minipack.dts
··· 265 265 }; 266 266 267 267 /* 268 - * FIT image: 59.5 MB. 268 + * FIT image: 55.5 MB. 269 269 */ 270 270 fit@80000 { 271 - reg = <0x80000 0x3b80000>; 271 + reg = <0x80000 0x3780000>; 272 272 label = "fit"; 273 273 }; 274 274 275 275 /* 276 - * "data0" partition (4MB) is reserved for persistent 276 + * "data0" partition (8MB) is reserved for persistent 277 277 * data store. 278 278 */ 279 279 data0@3800000 { 280 - reg = <0x3c00000 0x400000>; 280 + reg = <0x3800000 0x800000>; 281 281 label = "data0"; 282 282 }; 283 283