diff options
author | Quan Nguyen <[email protected]> | 2022-02-28 07:02:38 +0700 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2022-02-28 14:58:05 +1030 |
commit | b1f16672b4c80666c73f7fe0562ba2a34d7fd6bb (patch) | |
tree | 05ae61852dab8c993243e3632af590e77c40a709 | |
parent | c23fadafebf3cd690af8288e6e562fbbbda82108 (diff) |
ARM: dts: aspeed: mtjade: Enable secondary flash
Enable the secondary flash of the Ampere's Mt. Jade's BMC.
Signed-off-by: Quan Nguyen <[email protected]>
Signed-off-by: Thang Q. Nguyen <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts index 4c3c3f1a12ea..934bb54b193a 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts @@ -362,6 +362,13 @@ /* spi-max-frequency = <50000000>; */ #include "openbmc-flash-layout-64.dtsi" }; + + flash@1 { + status = "okay"; + m25p,fast-read; + label = "alt-bmc"; +#include "openbmc-flash-layout-64-alt.dtsi" + }; }; &spi1 { |