diff options
author | Potin Lai <[email protected]> | 2022-02-16 00:31:45 +0800 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2022-02-16 15:37:23 +1030 |
commit | 384aa4cb1435bb7f95fe179b332ce9d2f07ddebc (patch) | |
tree | 84c98b33f968b9b26ef24c38b15e0e3b5368bbe4 | |
parent | 7f3a795479ad1afeba285e767be278a5f7493c9e (diff) |
ARM: dts: aspeed: bletchley: Update fmc configurations
Add flash1 in fmc to support dual flash module.
Signed-off-by: Potin Lai <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Reviewed-by: Patrick Williams <[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-facebook-bletchley.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts index fc0690ccdb0a..b01f1e7adb81 100644 --- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts @@ -217,6 +217,12 @@ spi-max-frequency = <50000000>; #include "openbmc-flash-layout-128.dtsi" }; + flash@1 { + status = "okay"; + m25p,fast-read; + label = "flash1"; + spi-max-frequency = <50000000>; + }; }; &spi2 { |