Skip to content

Commit 5966016

Browse files
legoatershenki
authored andcommitted
ARM: dts: aspeed: add a fastread property
All chips on OpenPOWER platforms support the fastread SPI command. OpenBMC-Staging-Count: 1 Signed-off-by: Cédric Le Goater <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
1 parent a6bff36 commit 5966016

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

arch/arm/boot/dts/aspeed-ast2500-evb.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
status = "okay";
2525
flash@0 {
2626
status = "okay";
27+
m25p,fast-read;
2728
#include "aspeed-bmc-opp-flash-layout.dtsi"
2829
};
2930
};
@@ -36,6 +37,7 @@
3637
flash@0 {
3738
status = "okay";
3839
label = "pnor";
40+
m25p,fast-read;
3941
};
4042
};
4143

arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
flash@0 {
6060
reg = < 0 >;
6161
compatible = "jedec,spi-nor" ;
62+
m25p,fast-read;
6263
#include "aspeed-bmc-opp-flash-layout.dtsi"
6364
};
6465
};
@@ -73,6 +74,7 @@
7374
reg = < 0 >;
7475
compatible = "jedec,spi-nor" ;
7576
label = "pnor";
77+
m25p,fast-read;
7678
};
7779
};
7880
};

arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
status = "okay";
4949
flash@0 {
5050
status = "okay";
51+
m25p,fast-read;
5152
#include "aspeed-bmc-opp-flash-layout.dtsi"
5253
};
5354
};
@@ -60,6 +61,7 @@
6061
flash@0 {
6162
status = "okay";
6263
label = "pnor";
64+
m25p,fast-read;
6365
};
6466
};
6567

arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,14 @@
6464
status = "okay";
6565
flash@0 {
6666
status = "okay";
67+
m25p,fast-read;
68+
6769
#include "aspeed-bmc-opp-flash-layout.dtsi"
6870
};
6971
flash@1 {
7072
status = "okay";
7173
label = "alt";
74+
m25p,fast-read;
7275
};
7376
};
7477

@@ -80,6 +83,7 @@
8083
flash@0 {
8184
status = "okay";
8285
label = "pnor";
86+
m25p,fast-read;
8387
};
8488
};
8589

arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
status = "okay";
9393
flash@0 {
9494
status = "okay";
95+
m25p,fast-read;
9596
#include "aspeed-bmc-opp-flash-layout.dtsi"
9697
};
9798
};
@@ -104,6 +105,7 @@
104105
flash@0 {
105106
status = "okay";
106107
label = "pnor";
108+
m25p,fast-read;
107109
};
108110
};
109111

0 commit comments

Comments
 (0)