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

ARM: dts: Fix label address for 64MiB OpenBMC flash layout

Signed-off-by: George Liu <liuxiwei@inspur.com>
Reviewed-by: John Wang <wangzhiqiang.bj@bytedance.com>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20201022081002.2665132-1-liuxiwei@inspur.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

George Liu and committed by
Joel Stanley
9e3ed6fa abe75295

+4 -4
+4 -4
arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
··· 13 13 label = "u-boot"; 14 14 }; 15 15 16 - u-boot-env@e0000 { 16 + u-boot-env@60000 { 17 17 reg = <0x60000 0x20000>; // 128KB 18 18 label = "u-boot-env"; 19 19 }; 20 20 21 - kernel@100000 { 21 + kernel@80000 { 22 22 reg = <0x80000 0x500000>; // 5MB 23 23 label = "kernel"; 24 24 }; 25 25 26 - rofs@a00000 { 26 + rofs@580000 { 27 27 reg = <0x580000 0x2a80000>; // 42.5MB 28 28 label = "rofs"; 29 29 }; 30 30 31 - rwfs@6000000 { 31 + rwfs@3000000 { 32 32 reg = <0x3000000 0x1000000>; // 16MB 33 33 label = "rwfs"; 34 34 };