OSDN Git Service

ARM: dts: aspeed: bletchley: Update fmc configurations
authorPotin Lai <potin.lai@quantatw.com>
Tue, 15 Feb 2022 16:31:45 +0000 (00:31 +0800)
committerJoel Stanley <joel@jms.id.au>
Wed, 16 Feb 2022 05:07:23 +0000 (15:37 +1030)
Add flash1 in fmc to support dual flash module.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Patrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20220215163151.32252-5-potin.lai@quantatw.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts

index fc0690c..b01f1e7 100644 (file)
                spi-max-frequency = <50000000>;
 #include "openbmc-flash-layout-128.dtsi"
        };
+       flash@1 {
+               status = "okay";
+               m25p,fast-read;
+               label = "flash1";
+               spi-max-frequency = <50000000>;
+       };
 };
 
 &spi2 {