Re: [PATCH 4/7] Device tree for MPC5121 ADS

2008-01-09 Thread David Gibson
On Tue, Jan 08, 2008 at 09:01:30AM -0700, John Rigby wrote: Bare minimum tree containing only what is currently supported. [snip] + cpus { + #address-cells = 1; + #size-cells = 0; + + PowerPC,[EMAIL PROTECTED] { + device_type =

[PATCH 4/7] Device tree for MPC5121 ADS

2008-01-08 Thread John Rigby
Bare minimum tree containing only what is currently supported. Signed-off-by: John Rigby [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc5121ads.dts | 102 ++ 1 files changed, 102 insertions(+), 0 deletions(-) create mode 100644

Re: [PATCH 4/7] Device tree for MPC5121 ADS

2008-01-08 Thread Grant Likely
Comments below. On 1/8/08, John Rigby [EMAIL PROTECTED] wrote: Bare minimum tree containing only what is currently supported. Signed-off-by: John Rigby [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc5121ads.dts | 102 ++ 1 files changed, 102

Re: [PATCH 4/7] Device tree for MPC5121 ADS

2008-01-08 Thread Scott Wood
On Tue, Jan 08, 2008 at 09:01:30AM -0700, John Rigby wrote: + [EMAIL PROTECTED] { + device_type = board-control; + reg = 8200 8000; + }; Should be: [EMAIL PROTECTED] { compatible = fsl,mpc5121ads-cpld; reg = 8200 8000; }; +