RE: [PATCH v5 9/9] add MPC837x MDS board default device tree
From: Li Yang-r58472 <hidden>
Date: 2007-10-18 13:33:28
-----Original Message----- From: Kumar Gala [mailto:galak@kernel.crashing.org]=20 Sent: Thursday, October 18, 2007 9:17 PM To: Li Yang-r58472 Cc: paulus@samba.org; linuxppc-dev@ozlabs.org Subject: Re: [PATCH v5 9/9] add MPC837x MDS board default device tree =20 is it me or are you just posting the patches you're updating?=20 (this is the only v5 patch I saw in the series)
I'm only posting the patch updated, to prevent spamming the list. If you want, I can send the whole series to you.
=20 On Oct 18, 2007, at 5:16 AM, Li Yang wrote: =20quoted
Signed-off-by: Li Yang <redacted> ---diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/=20boot/dts/mpc8377_mds.dts new file mode 100644 index 0000000..8530de6
quoted
+ memory { + device_type =3D "memory"; + reg =3D <00000000 20000000>; // 512MB at 0 + }; + + soc837x@e0000000 {=20 soc@e0000000
I can update this now, but the device tree won't be usable by current u-boot.
quoted
+ spi@7000 { + compatible =3D "mpc83xx_spi"; + reg =3D <7000 1000>; + interrupts =3D <10 8>; + interrupt-parent =3D < &ipic >;=20 mode =3D "cpu";
Oh ya, the spec has been changed. I also need to update mpc83xx_spi to fsl_spi. - Leo