Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1459630

Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node

From Karl Beldan <kbeldan@baylibre.com>
Newsgroups linux.kernel
Subject Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node
Date 2016-08-10 21:20 +0200
Message-ID <s4HcK-NR-41@gated-at.bofh.it> (permalink)
References <s4iR3-24N-7@gated-at.bofh.it> <s4iR4-24N-29@gated-at.bofh.it> <s4Gqn-b4-67@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Aug 10, 2016 at 01:18:51PM +0530, Sekhar Nori wrote:
> On Tuesday 09 August 2016 10:45 PM, Karl Beldan wrote:
> > Currently the davinci da8xx boards use the mach-davinci aemif code.
> > Instantiating an aemif node into the DT allows to use the ti-aemif
> > memory driver and is another step to better DT support.
> > Also it will allow to properly pass the emif timings via DT.
> > 
> > Signed-off-by: Karl Beldan <kbeldan@baylibre.com>
> > ---
> >  arch/arm/boot/dts/da850.dtsi | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> > 
> > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
> > index bc10e7e..f62928c 100644
> > --- a/arch/arm/boot/dts/da850.dtsi
> > +++ b/arch/arm/boot/dts/da850.dtsi
> > @@ -411,6 +411,16 @@
> >  			dma-names = "tx", "rx";
> >  		};
> >  	};
> > +	aemif: aemif@68000000 {
> > +		compatible = "ti,da850-aemif";
> > +		#address-cells = <2>;
> > +		#size-cells = <1>;
> > +
> > +		reg = <0x68000000 0x00008000>;
> > +		ranges = <0 0 0x60000000 0x08000000
> > +			  1 0 0x68000000 0x00008000>;
> > +		status = "disabled";
> > +	};
> >  	nand_cs3@62000000 {
> >  		compatible = "ti,davinci-nand";
> >  		reg = <0x62000000 0x807ff
> 
> The nand node should be part of aemif node like it is done for keystone
> boards.
> 
Hmm, this is exactly what I have done.
 
Karl

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] Add DT support for NAND to LCDK Karl Beldan <kbeldan@baylibre.com> - 2016-08-09 19:20 +0200
  [PATCH 2/4] ARM: dts: da850: Add an aemif node Karl Beldan <kbeldan@baylibre.com> - 2016-08-09 19:20 +0200
    Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Sekhar Nori <nsekhar@ti.com> - 2016-08-10 20:30 +0200
      Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Karl Beldan <kbeldan@baylibre.com> - 2016-08-10 20:40 +0200
      Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Karl Beldan <kbeldan@baylibre.com> - 2016-08-10 21:40 +0200
      Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Karl Beldan <kbeldan@baylibre.com> - 2016-08-10 22:00 +0200
        Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Sekhar Nori <nsekhar@ti.com> - 2016-08-10 22:40 +0200
          Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Karl Beldan <kbeldan@baylibre.com> - 2016-08-13 13:50 +0200
    Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Sekhar Nori <nsekhar@ti.com> - 2016-08-10 20:50 +0200
      Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Sekhar Nori <nsekhar@ti.com> - 2016-08-10 21:00 +0200
        Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Karl Beldan <kbeldan@baylibre.com> - 2016-08-10 21:10 +0200
          Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Karl Beldan <kbeldan@baylibre.com> - 2016-08-10 22:10 +0200
          Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Sekhar Nori <nsekhar@ti.com> - 2016-08-10 22:20 +0200
      Re: [PATCH 2/4] ARM: dts: da850: Add an aemif node Karl Beldan <kbeldan@baylibre.com> - 2016-08-10 21:20 +0200

csiph-web