[PATCH 1/3] ARM: socfpga: dtsi: add qspi node

Steffen Trumtrar s.trumtrar at pengutronix.de
Wed Oct 19 23:42:01 PDT 2016


On Wed, Oct 19, 2016 at 10:55:46AM -0500, Dinh Nguyen wrote:
> On Tue, 18 Oct 2016, Steffen Trumtrar wrote:
> 
> > Add the qspi node to the socfpga dtsi file.
> > 
> > Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
> > ---
> >  arch/arm/boot/dts/socfpga.dtsi | 14 ++++++++++++++
> >  1 file changed, 14 insertions(+)
> > 
> > diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
> > index 9f48141270b8..0dc96d2248a6 100644
> > --- a/arch/arm/boot/dts/socfpga.dtsi
> > +++ b/arch/arm/boot/dts/socfpga.dtsi
> > @@ -705,6 +705,20 @@
> >  			reg = <0xffff0000 0x10000>;
> >  		};
> >  
> > +		qspi: spi at ff705000 {
> > +			compatible = "cdns,qspi-nor";
> > +                        #address-cells = <1>;
> > +			#size-cells = <0>;
> > +			reg = <0xff705000 0x1000>,
> > +			      <0xffa00000 0x1000>;
> 
> I think the QSPI data address space has a length of 0x100000. I've fixed it up locally.
> 

Yeah, you are right. Good catch.

Thanks,
Steffen

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the linux-arm-kernel mailing list