[PATCH 10/11] Add MPC8360EMDS board support

Vitaly Bordug vbordug at ru.mvista.com
Wed Sep 27 21:56:26 EST 2006


On Wed, 27 Sep 2006 16:39:11 +1000
Paul Mackerras <paulus at samba.org> wrote:

> Li Yang writes:
> 
> > +#define BCSR_PHYS_ADDR		((uint)0xf8000000)
> > +#define BCSR_SIZE		((uint)(32 * 1024))
> 
> This sort of thing should really be in the device tree.
> 
Just a suggestion, but for the similar aim in pq2 I have those stuff in memory node :

+memory {
+               device_type = "memory";
+               linux,phandle = <300>;
+               reg = <00000000 4000000 f4500000 00000020>;
+       };
the second pair is about bcsr and its size.

Just in case this may help (and wondering if I'm not violating something :) ) 
-- 
Sincerely, 
Vitaly



More information about the Linuxppc-dev mailing list