Re: [PATCH v5 9/9] add MPC837x MDS board default device tree
From: Kumar Gala <hidden>
Date: 2007-10-18 14:04:15
On Oct 18, 2007, at 8:33 AM, Li Yang-r58472 wrote:
quoted
-----Original Message----- From: Kumar Gala [mailto:galak@kernel.crashing.org] 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 is it me or are you just posting the patches you're updating? (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.
I think posting the full patchset for v6 would be good since we've gotten that far.
quoted
On Oct 18, 2007, at 5:16 AM, Li Yang wrote:quoted
Signed-off-by: Li Yang <redacted> ---diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/boot/dts/mpc8377_mds.dts new file mode 100644 index 0000000..8530de6quoted
quoted
+ memory { + device_type = "memory"; + reg = <00000000 20000000>; // 512MB at 0 + }; + + soc837x@e0000000 {soc@e0000000I can update this now, but the device tree won't be usable by current u-boot.
Its my understanding Kim's going to deal with this in the public u- boot tree.
quoted
quoted
+ spi@7000 { + compatible = "mpc83xx_spi"; + reg = <7000 1000>; + interrupts = <10 8>; + interrupt-parent = < &ipic >;mode = "cpu";Oh ya, the spec has been changed. I also need to update mpc83xx_spi to fsl_spi. - Leo