- Enable FMC CS1 and SPI2 CS0 SPI NOR flashes since both of
  these two flashes are mounted on AST2600 EVB by default.
- Remove spi-max-frequency setting: 50MHz is usual SPI bus
  frequency adopted on AST2600 EVB which has already been
  configured in aspeed-g6.dtsi.

Signed-off-by: Chin-Ting Kuo <chin-ting_...@aspeedtech.com>
---
 arch/arm/boot/dts/aspeed-ast2600-evb.dts | 26 ++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-ast2600-evb.dts 
b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
index 8d0f4656aa05..5a2e4612d155 100644
--- a/arch/arm/boot/dts/aspeed-ast2600-evb.dts
+++ b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
@@ -96,12 +96,11 @@
 
 &fmc {
        status = "okay";
+
        flash@0 {
                status = "okay";
                m25p,fast-read;
                label = "bmc";
-               spi-max-frequency = <50000000>;
-
                partitions {
                        compatible = "fixed-partitions";
                        #address-cells = <1>;
@@ -133,18 +132,37 @@
                        };
                };
        };
+
+       flash@1 {
+               status = "okay";
+               m25p,fast-read;
+               label = "fmc0:1";
+       };
 };
 
 &spi1 {
        status = "okay";
+
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_spi1_default>;
 
        flash@0 {
                status = "okay";
                m25p,fast-read;
-               label = "pnor";
-               spi-max-frequency = <100000000>;
+               label = "spi1:0";
+       };
+};
+
+&spi2 {
+       status = "okay";
+
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_spi2_default>;
+
+       flash@0 {
+               status = "okay";
+               m25p,fast-read;
+               label = "spi2:0";
        };
 };
 
-- 
2.17.1

Reply via email to