On Mon, Oct 15, 2007 at 07:42:12PM +0400, Sergei Shtylyov wrote: > Anton Vorontsov wrote: > >> This patch creates localbus node, moves bcsr into it, and adds >> localbus to the probe path. > >> Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> > >> diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts >> b/arch/powerpc/boot/dts/mpc8568mds.dts >> index 5439437..296adc3 100644 >> --- a/arch/powerpc/boot/dts/mpc8568mds.dts >> +++ b/arch/powerpc/boot/dts/mpc8568mds.dts >> @@ -42,9 +42,17 @@ >> reg = <00000000 10000000>; >> }; >> - [EMAIL PROTECTED] {
Heh, this is wrong. >> - device_type = "board-control"; >> - reg = <f8000000 8000>; >> + [EMAIL PROTECTED] { >> + compatible = "fsl,mpc8568mds-localbus"; > > Is the entity described as "localbus" indeed so *board* specific? That's what booting-without-of.txt gives as an example. >> + #address-cells = <2>; >> + #size-cells = <1>; >> + reg = <f0000000 10000000>; >> + ranges = <0 0 f8000000 0008000>; > > Isn't that range a part of "reg"? Heh. Right you are. >> + >> + [EMAIL PROTECTED],0 { Hrm, wrong. >> + device_type = "board-control"; >> + reg = <0 0 8000>; >> + }; >> }; >> [EMAIL PROTECTED] { > > WBR, Sergei I'll repost fixed version shortly. Thanks, -- Anton Vorontsov email: [EMAIL PROTECTED] backup email: [EMAIL PROTECTED] irc://irc.freenode.net/bd2 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev