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

ARM: dts: aspeed: yamp: Set 32MB FMC flash layout

Set 32MB FMC flash layout in Yamp device tree explicitly because flash
layout settings were removed from "ast2500-facebook-netbmc-common.dtsi".

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

authored by

Tao Ren and committed by
Joel Stanley
11c4124d f883a606

+17
+17
arch/arm/boot/dts/aspeed-bmc-facebook-yamp.dts
··· 108 108 &i2c13 { 109 109 status = "okay"; 110 110 }; 111 + 112 + &fmc_flash0 { 113 + #include "facebook-bmc-flash-layout.dtsi" 114 + }; 115 + 116 + &fmc_flash1 { 117 + partitions { 118 + compatible = "fixed-partitions"; 119 + #address-cells = <1>; 120 + #size-cells = <1>; 121 + 122 + flash1@0 { 123 + reg = <0x0 0x2000000>; 124 + label = "flash1"; 125 + }; 126 + }; 127 + };