* [PATCH] ARM: dts: aspeed: add a fastread property
@ 2017-04-06 17:02 Cédric Le Goater
[not found] ` <1491498153-26564-1-git-send-email-clg-Bxea+6Xhats@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Cédric Le Goater @ 2017-04-06 17:02 UTC (permalink / raw)
To: Joel Stanley
Cc: Mark Rutland, devicetree, Russell King, Rob Herring,
Cédric Le Goater, linux-arm-kernel
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@0 {
status = "okay";
+ m25p,fast-read;
label = "bmc";
};
};
@@ -32,6 +33,7 @@
status = "okay";
flash@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@0 {
status = "okay";
+ m25p,fast-read;
label = "bmc";
};
};
@@ -43,6 +44,7 @@
status = "okay";
flash@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@0 {
status = "okay";
+ m25p,fast-read;
label = "bmc";
};
};
@@ -43,6 +44,7 @@
status = "okay";
flash@0 {
status = "okay";
+ m25p,fast-read;
label = "pnor";
};
};
--
2.7.4
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread[parent not found: <1491498153-26564-1-git-send-email-clg-Bxea+6Xhats@public.gmane.org>]
* Re: [PATCH] ARM: dts: aspeed: add a fastread property [not found] ` <1491498153-26564-1-git-send-email-clg-Bxea+6Xhats@public.gmane.org> @ 2017-04-07 2:10 ` Joel Stanley 0 siblings, 0 replies; 2+ messages in thread From: Joel Stanley @ 2017-04-07 2:10 UTC (permalink / raw) To: Cédric Le Goater Cc: Rob Herring, Mark Rutland, Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree On Fri, Apr 7, 2017 at 2:32 AM, Cédric Le Goater <clg-Bxea+6Xhats@public.gmane.org> wrote: > All chips on OpenPOWER platforms support the fastread SPI command. > > Signed-off-by: Cédric Le Goater <clg-Bxea+6Xhats@public.gmane.org> Thanks, applied. Cheers, Joel > --- > 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@0 { > status = "okay"; > + m25p,fast-read; > label = "bmc"; > }; > }; > @@ -32,6 +33,7 @@ > status = "okay"; > flash@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@0 { > status = "okay"; > + m25p,fast-read; > label = "bmc"; > }; > }; > @@ -43,6 +44,7 @@ > status = "okay"; > flash@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@0 { > status = "okay"; > + m25p,fast-read; > label = "bmc"; > }; > }; > @@ -43,6 +44,7 @@ > status = "okay"; > flash@0 { > status = "okay"; > + m25p,fast-read; > label = "pnor"; > }; > }; > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-07 2:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-06 17:02 [PATCH] ARM: dts: aspeed: add a fastread property Cédric Le Goater
[not found] ` <1491498153-26564-1-git-send-email-clg-Bxea+6Xhats@public.gmane.org>
2017-04-07 2:10 ` Joel Stanley
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).