ARM: dts: aspeed: Add a fastread property
authorCédric Le Goater <clg@kaod.org>
Thu, 6 Apr 2017 17:02:33 +0000 (19:02 +0200)
committerJoel Stanley <joel@jms.id.au>
Fri, 7 Apr 2017 02:20:35 +0000 (11:50 +0930)
All chips on OpenPOWER platforms support the fastread SPI command.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-ast2500-evb.dts
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts

index 8f82e8ab1875d9819a9be24317d733a910aa352e..7c90dac9982236b75e6a9a9e197291f1864830e4 100644 (file)
@@ -24,6 +24,7 @@
        status = "okay";
        flash@0 {
                status = "okay";
+               m25p,fast-read;
                label = "bmc";
        };
 };
@@ -32,6 +33,7 @@
        status = "okay";
        flash@0 {
                status = "okay";
+               m25p,fast-read;
                label = "pnor";
        };
 };
index aab1889f702fe38e2b56a0d37e3f0eece9587f8c..112551766275c38cfc5831e48d88a5369a05d42b 100644 (file)
@@ -35,6 +35,7 @@
        status = "okay";
        flash@0 {
                status = "okay";
+               m25p,fast-read;
                label = "bmc";
        };
 };
@@ -43,6 +44,7 @@
        status = "okay";
        flash@0 {
                status = "okay";
+               m25p,fast-read;
                label = "pnor";
        };
 };
index 7a020440034a37bf897949ae10e20a1160cf0e0f..5a08961f6feeb037d5f70f2811927fa981a0b9a9 100644 (file)
@@ -35,6 +35,7 @@
        status = "okay";
        flash@0 {
                status = "okay";
+               m25p,fast-read;
                label = "bmc";
        };
 };
@@ -46,6 +47,7 @@
 
        flash@0 {
                status = "okay";
+               m25p,fast-read;
                label = "pnor";
        };
 };