[PATCH 2/4] mpc8313erdb: Add NAND to device tree, and call of_platform_bus_probe().
David Gibson
david at gibson.dropbear.id.au
Sat Dec 15 12:52:07 EST 2007
On Thu, Dec 13, 2007 at 11:17:14AM -0600, Scott Wood wrote:
> Signed-off-by: Scott Wood <scottwood at freescale.com>
> ---
> arch/powerpc/boot/dts/mpc8313erdb.dts | 37 +++++++++++++++++++++++++++++
> arch/powerpc/platforms/83xx/mpc8313_rdb.c | 17 +++++++++++++
> 2 files changed, 54 insertions(+), 0 deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
> index 9e7eba9..86e851a 100644
> --- a/arch/powerpc/boot/dts/mpc8313erdb.dts
> +++ b/arch/powerpc/boot/dts/mpc8313erdb.dts
> @@ -37,6 +37,43 @@
> reg = <00000000 08000000>; // 128MB at 0
> };
>
> + localbus {
Should be "localbus at e0005000".
> + #address-cells = <2>;
> + #size-cells = <1>;
> + compatible = "fsl,mpc8313-elbc", "fsl,elbc";
> + reg = <e0005000 1000>;
> + interrupts = <d#77 8>;
The IPIC has interrupt numbers up to 77? Wow..
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
More information about the Linuxppc-dev
mailing list