Re: [PATCH 6/6] at91: dt: sam9261: Added DM9000 in the device tree

2014-01-06 Thread Jean-Jacques Hiblot
Hi Arnd, sorry for the delay. I'll rework the driver to include some ideas proposed by you and Boris. Boris proposed to have several timing decoders (a generic one, one for NAND and so on). I plan to use the compatibility name to select the decoder.and use the DT representation you proposed last :

Re: [PATCH 6/6] at91: dt: sam9261: Added DM9000 in the device tree

2014-01-02 Thread Jean-Jacques Hiblot
2013/12/31 Arnd Bergmann : > On Tuesday 31 December 2013 17:32:14 jjhib...@traphandler.com wrote: >> >> + ethernet@3000 { >> + compatible = "davicom,dm9000"; >> + reg = <0x3000 0x2 0x3004 0x2>; >> +

Re: [PATCH 6/6] at91: dt: sam9261: Added DM9000 in the device tree

2014-01-02 Thread Arnd Bergmann
On Thursday 02 January 2014 20:31:00 Jean-Jacques Hiblot wrote: > > If each bus interface has a fixed range of registers, you can actually > > collapse the upper two nodes again and just have one device per > > chipselect. > This is indeed the case, but I'd rather keep the top node to highlight > t

Re: [PATCH 6/6] at91: dt: sam9261: Added DM9000 in the device tree

2013-12-31 Thread Arnd Bergmann
On Tuesday 31 December 2013 17:32:14 jjhib...@traphandler.com wrote: > > + ethernet@3000 { > + compatible = "davicom,dm9000"; > + reg = <0x3000 0x2 0x3004 0x2>; > + interrupt