On Fri, Apr 7, 2017 at 2:32 AM, Cédric Le Goater <clg@xxxxxxxx> wrote: > All chips on OpenPOWER platforms support the fastread SPI command. > > Signed-off-by: Cédric Le Goater <clg@xxxxxxxx> 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html