[PATCH 1/2] [RFC][POWERPC] MPC8568E-MDS: create localbus node
Anton Vorontsov
avorontsov at ru.mvista.com
Tue Oct 16 01:57:30 EST 2007
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 <avorontsov at ru.mvista.com>
>
>> 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>;
>> };
>> - bcsr at f8000000 {
Heh, this is wrong.
>> - device_type = "board-control";
>> - reg = <f8000000 8000>;
>> + localbus at f0000000 {
>> + 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.
>> +
>> + bcsr at 0,0 {
Hrm, wrong.
>> + device_type = "board-control";
>> + reg = <0 0 8000>;
>> + };
>> };
>> soc8568 at e0000000 {
>
> WBR, Sergei
I'll repost fixed version shortly.
Thanks,
--
Anton Vorontsov
email: cbou at mail.ru
backup email: ya-cbou at yandex.ru
irc://irc.freenode.net/bd2
More information about the Linuxppc-dev
mailing list