linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: clg@kaod.org (Cédric Le Goater)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: aspeed: add a fastread property
Date: Thu,  6 Apr 2017 19:02:33 +0200	[thread overview]
Message-ID: <1491498153-26564-1-git-send-email-clg@kaod.org> (raw)

All chips on OpenPOWER platforms support the fastread SPI command.

Signed-off-by: C?dric Le Goater <clg@kaod.org>
---
 arch/arm/boot/dts/aspeed-ast2500-evb.dts      | 2 ++
 arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 2 ++
 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts  | 2 ++
 3 files changed, 6 insertions(+)

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 @@
 	status = "okay";
 	flash at 0 {
 		status = "okay";
+		m25p,fast-read;
 		label = "bmc";
 	};
 };
@@ -32,6 +33,7 @@
 	status = "okay";
 	flash at 0 {
 		status = "okay";
+		m25p,fast-read;
 		label = "pnor";
 	};
 };
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 @@
 	status = "okay";
 	flash at 0 {
 		status = "okay";
+		m25p,fast-read;
 		label = "bmc";
 	};
 };
@@ -43,6 +44,7 @@
 	status = "okay";
 	flash at 0 {
 		status = "okay";
+		m25p,fast-read;
 		label = "pnor";
 	};
 };
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index e3c6358bc7d9..b82f67eb3dae 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 @@
 	status = "okay";
 	flash at 0 {
 		status = "okay";
+		m25p,fast-read;
 		label = "bmc";
 	};
 };
@@ -43,6 +44,7 @@
 	status = "okay";
 	flash at 0 {
 		status = "okay";
+		m25p,fast-read;
 		label = "pnor";
 	};
 };
-- 
2.7.4

             reply	other threads:[~2017-04-06 17:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-06 17:02 Cédric Le Goater [this message]
2017-04-07  2:10 ` [PATCH] ARM: dts: aspeed: add a fastread property Joel Stanley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491498153-26564-1-git-send-email-clg@kaod.org \
    --to=clg@kaod.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).