Commit 63c6527b authored by Cédric Le Goater's avatar Cédric Le Goater Committed by Joel Stanley

ARM: dts: aspeed: Add a fastread property

All chips on OpenPOWER platforms support the fastread SPI command.
Signed-off-by: default avatarCédric Le Goater <clg@kaod.org>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 1142aea9
...@@ -24,6 +24,7 @@ &fmc { ...@@ -24,6 +24,7 @@ &fmc {
status = "okay"; status = "okay";
flash@0 { flash@0 {
status = "okay"; status = "okay";
m25p,fast-read;
label = "bmc"; label = "bmc";
}; };
}; };
...@@ -32,6 +33,7 @@ &spi1 { ...@@ -32,6 +33,7 @@ &spi1 {
status = "okay"; status = "okay";
flash@0 { flash@0 {
status = "okay"; status = "okay";
m25p,fast-read;
label = "pnor"; label = "pnor";
}; };
}; };
......
...@@ -35,6 +35,7 @@ &fmc { ...@@ -35,6 +35,7 @@ &fmc {
status = "okay"; status = "okay";
flash@0 { flash@0 {
status = "okay"; status = "okay";
m25p,fast-read;
label = "bmc"; label = "bmc";
}; };
}; };
...@@ -43,6 +44,7 @@ &spi { ...@@ -43,6 +44,7 @@ &spi {
status = "okay"; status = "okay";
flash@0 { flash@0 {
status = "okay"; status = "okay";
m25p,fast-read;
label = "pnor"; label = "pnor";
}; };
}; };
......
...@@ -35,6 +35,7 @@ &fmc { ...@@ -35,6 +35,7 @@ &fmc {
status = "okay"; status = "okay";
flash@0 { flash@0 {
status = "okay"; status = "okay";
m25p,fast-read;
label = "bmc"; label = "bmc";
}; };
}; };
...@@ -46,6 +47,7 @@ &spi1 { ...@@ -46,6 +47,7 @@ &spi1 {
flash@0 { flash@0 {
status = "okay"; status = "okay";
m25p,fast-read;
label = "pnor"; label = "pnor";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment