mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
ARM: dts: aspeed: cmm: Set 32MB FMC flash layout
Set 32MB FMC flash layout in CMM device tree explicitly because the 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-3-rentao.bupt@gmail.com Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
c3b1d56186
commit
f883a60609
|
|
@ -1571,3 +1571,20 @@ &sdhci0 {
|
|||
&sdhci1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&fmc_flash0 {
|
||||
#include "facebook-bmc-flash-layout.dtsi"
|
||||
};
|
||||
|
||||
&fmc_flash1 {
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
flash1@0 {
|
||||
reg = <0x0 0x2000000>;
|
||||
label = "flash1";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user