ARM: dts: aspeed: mtjade: Enable secondary flash
authorQuan Nguyen <quan@os.amperecomputing.com>
Mon, 28 Feb 2022 00:02:38 +0000 (07:02 +0700)
committerJoel Stanley <joel@jms.id.au>
Mon, 28 Feb 2022 04:28:05 +0000 (14:58 +1030)
Enable the secondary flash of the Ampere's Mt. Jade's BMC.

Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20220228000242.1884-2-quan@os.amperecomputing.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts

index 4c3c3f1..934bb54 100644 (file)
                /* 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 {