diff options
author | Cédric Le Goater <clg@kaod.org> | 2017-04-06 13:02:33 -0400 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-04-06 22:20:35 -0400 |
commit | 63c6527b7f6802fbc6f537a53d0e1a0d1435191d (patch) | |
tree | d855fc4a5541c3b118045ec969074c25c09144a2 | |
parent | 1142aea9ff9d9f86fc88e6637f7c6edd25adc39c (diff) |
ARM: dts: aspeed: Add a fastread property
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>
-rw-r--r-- | arch/arm/boot/dts/aspeed-ast2500-evb.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-ast2500-evb.dts b/arch/arm/boot/dts/aspeed-ast2500-evb.dts index 8f82e8ab1875..7c90dac99822 100644 --- a/arch/arm/boot/dts/aspeed-ast2500-evb.dts +++ b/arch/arm/boot/dts/aspeed-ast2500-evb.dts | |||
@@ -24,6 +24,7 @@ | |||
24 | status = "okay"; | 24 | status = "okay"; |
25 | flash@0 { | 25 | flash@0 { |
26 | status = "okay"; | 26 | status = "okay"; |
27 | m25p,fast-read; | ||
27 | label = "bmc"; | 28 | label = "bmc"; |
28 | }; | 29 | }; |
29 | }; | 30 | }; |
@@ -32,6 +33,7 @@ | |||
32 | status = "okay"; | 33 | status = "okay"; |
33 | flash@0 { | 34 | flash@0 { |
34 | status = "okay"; | 35 | status = "okay"; |
36 | m25p,fast-read; | ||
35 | label = "pnor"; | 37 | label = "pnor"; |
36 | }; | 38 | }; |
37 | }; | 39 | }; |
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts index aab1889f702f..112551766275 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | |||
@@ -35,6 +35,7 @@ | |||
35 | status = "okay"; | 35 | status = "okay"; |
36 | flash@0 { | 36 | flash@0 { |
37 | status = "okay"; | 37 | status = "okay"; |
38 | m25p,fast-read; | ||
38 | label = "bmc"; | 39 | label = "bmc"; |
39 | }; | 40 | }; |
40 | }; | 41 | }; |
@@ -43,6 +44,7 @@ | |||
43 | status = "okay"; | 44 | status = "okay"; |
44 | flash@0 { | 45 | flash@0 { |
45 | status = "okay"; | 46 | status = "okay"; |
47 | m25p,fast-read; | ||
46 | label = "pnor"; | 48 | label = "pnor"; |
47 | }; | 49 | }; |
48 | }; | 50 | }; |
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts index 7a020440034a..5a08961f6fee 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | |||
@@ -35,6 +35,7 @@ | |||
35 | status = "okay"; | 35 | status = "okay"; |
36 | flash@0 { | 36 | flash@0 { |
37 | status = "okay"; | 37 | status = "okay"; |
38 | m25p,fast-read; | ||
38 | label = "bmc"; | 39 | label = "bmc"; |
39 | }; | 40 | }; |
40 | }; | 41 | }; |
@@ -46,6 +47,7 @@ | |||
46 | 47 | ||
47 | flash@0 { | 48 | flash@0 { |
48 | status = "okay"; | 49 | status = "okay"; |
50 | m25p,fast-read; | ||
49 | label = "pnor"; | 51 | label = "pnor"; |
50 | }; | 52 | }; |
51 | }; | 53 | }; |