On Jan 22, 2008, at 10:38 AM, Wade Farnsworth wrote: > Add flash and partition information to mpc8641_hpcn.dts > > Signed-off-by: Wade Farnsworth <[EMAIL PROTECTED]> > > --- > arch/powerpc/boot/dts/mpc8641_hpcn.dts | 27 +++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > > diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/ > boot/dts/mpc8641_hpcn.dts > index a719179..679e857 100644 > --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts > +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts > @@ -457,4 +457,31 @@ > 0 00100000>; > }; > };
This really should be under a localbus node. - k > > + > + [EMAIL PROTECTED] { > + compatible = "cfi-flash"; > + reg = <ff800000 00800000>; > + bank-width = <2>; > + device-width = <2>; > + #address-cells = <1>; > + #size-cells = <1>; > + [EMAIL PROTECTED] { > + label = "kernel"; > + reg = <00000000 00300000>; > + }; > + [EMAIL PROTECTED] { > + label = "firmware b"; > + reg = <00300000 00100000>; > + read-only; > + }; > + [EMAIL PROTECTED] { > + label = "fs"; > + reg = <00400000 00300000>; > + }; > + [EMAIL PROTECTED] { > + label = "firmware a"; > + reg = <00700000 00100000>; > + read-only; > + }; > + }; > }; > _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev