[PATCH v2 04/10] arch: arm: dts: bletchley: update fmc configurations

From: Potin Lai
Date: Sun Feb 13 2022 - 23:26:22 EST


add flash1 in fmc to support dual flash module

Signed-off-by: Potin Lai <potin.lai@xxxxxxxxxxxx>
---
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 6 ++++++
1 file changed, 6 insertions(+)

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 {
--
2.17.1