RE: [PATCH] add MPC837x MDS board default device tree

2008-01-07 Thread Li Yang
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> On Behalf Of Kumar Gala
> Sent: Tuesday, January 08, 2008 1:46 PM
> To: Li Yang
> Cc: linuxppc-dev list; David Gibson
> Subject: Re: [PATCH] add MPC837x MDS board default device tree

{snip}

> 
> Any updates on new versions of the .dts for mpc837x?

I have just posted them yesterday.

- Leo
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [PATCH] add MPC837x MDS board default device tree

2008-01-07 Thread Kumar Gala

On Dec 14, 2007, at 2:12 AM, Kumar Gala wrote:

>
> On Dec 6, 2007, at 8:01 PM, David Gibson wrote:
>
>> On Wed, Dec 05, 2007 at 06:37:53PM +0800, Li Yang wrote:
>>> Signed-off-by: Li Yang <[EMAIL PROTECTED]>
>>> ---
>>> Update SATA nodes; remove serdes nodes; add aliases and labels.
>>>
>>> arch/powerpc/boot/dts/mpc8377_mds.dts |  270 +++
>>> 
>>> arch/powerpc/boot/dts/mpc8378_mds.dts |  256 +++
>>> ++
>>> arch/powerpc/boot/dts/mpc8379_mds.dts |  284 +++
>>> ++
>>> 3 files changed, 810 insertions(+), 0 deletions(-)
>>> create mode 100644 arch/powerpc/boot/dts/mpc8377_mds.dts
>>> create mode 100644 arch/powerpc/boot/dts/mpc8378_mds.dts
>>> create mode 100644 arch/powerpc/boot/dts/mpc8379_mds.dts
>>>
>>> diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/
>>> boot/dts/mpc8377_mds.dts
>>> new file mode 100644
>>> index 000..919ffd0
>>> --- /dev/null
>>> +++ b/arch/powerpc/boot/dts/mpc8377_mds.dts
>> [snip]
>>> +   aliases {
>>> +   ethernet0 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>>> +   ethernet1 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>>> +   serial0 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>>> +   serial1 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>>> +   pci0 = "/[EMAIL PROTECTED]";
>>
>> You can use path references for these now.
>>
>>> +   };
>>> +
>>> +   cpus {
>>> +   #address-cells = <1>;
>>> +   #size-cells = <0>;
>>> +
>>> +   PowerPC,[EMAIL PROTECTED] {
>>
>> This should absolutely not have a "x" in it.  Either have an exact
>> model, or just use "[EMAIL PROTECTED]" (in which case you can put the model 
>> in
>> "compatible").
>>
>> [snip]
>>> +   [EMAIL PROTECTED] {
>>> +   device_type = "i2c";
>>
>> Drop the device_type.  No "i2c" device_type class is defined.
>>
>> [snip]
>>> +   /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
>>> +   [EMAIL PROTECTED] {
>>> +   device_type = "usb";
>>
>> Drop device_type here too.
>>
>>> +   compatible = "fsl-usb2-dr";
>>> +   reg = <23000 1000>;
>>> +   #address-cells = <1>;
>>> +   #size-cells = <0>;
>>> +   interrupt-parent = < &ipic >;
>>> +   interrupts = <26 8>;
>>> +   phy_type = "utmi_wide";
>>> +   };
>>> +
>>> +   [EMAIL PROTECTED] {
>>> +   device_type = "mdio";
>>> +   compatible = "gianfar";
>>
>> Grr... not your fault, but this crap in the gianfar driver where it
>> uses the same compatible property for the mdio and MAC has to be
>> fixed.
>
> I've fixed this now.  Look at my tree/patch.
>
>> [snip]
>>
>>> +   serial1:[EMAIL PROTECTED] {
>>
>> Standard style puts a space after the colon.
>>
>>> +   device_type = "serial";
>>> +   compatible = "ns16550";
>>> +   reg = <4600 100>;
>>> +   clock-frequency = <0>;
>>> +   interrupts = ;
>>> +   interrupt-parent = < &ipic >;
>>> +   };
>>> +
>>> +   [EMAIL PROTECTED] {
>>> +   model = "SEC3";
>>> +   compatible = "talitos";
>>
>> This driver, also, needs fixing to recognize a better formatted
>> compatible property.
>
> Can you respin with David's changes as well as mirror my cleanup of
> the other 83xx/85xx .dts


Any updates on new versions of the .dts for mpc837x?

- k
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


RE: [PATCH] add MPC837x MDS board default device tree

2007-12-14 Thread Li Yang

> >> +  device_type = "serial";
> >> +  compatible = "ns16550";
> >> +  reg = <4600 100>;
> >> +  clock-frequency = <0>;
> >> +  interrupts = ;
> >> +  interrupt-parent = < &ipic >;
> >> +  };
> >> +
> >> +  [EMAIL PROTECTED] {
> >> +  model = "SEC3";
> >> +  compatible = "talitos";
> >
> > This driver, also, needs fixing to recognize a better formatted 
> > compatible property.
> 
> Can you respin with David's changes as well as mirror my 
> cleanup of the other 83xx/85xx .dts

Sure, but I'm taking one week off.  Will send you the updated one after
Christmas though.

- Leo
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [PATCH] add MPC837x MDS board default device tree

2007-12-14 Thread Kumar Gala

On Dec 6, 2007, at 8:01 PM, David Gibson wrote:

> On Wed, Dec 05, 2007 at 06:37:53PM +0800, Li Yang wrote:
>> Signed-off-by: Li Yang <[EMAIL PROTECTED]>
>> ---
>> Update SATA nodes; remove serdes nodes; add aliases and labels.
>>
>> arch/powerpc/boot/dts/mpc8377_mds.dts |  270 +++ 
>> 
>> arch/powerpc/boot/dts/mpc8378_mds.dts |  256 +++ 
>> ++
>> arch/powerpc/boot/dts/mpc8379_mds.dts |  284 +++ 
>> ++
>> 3 files changed, 810 insertions(+), 0 deletions(-)
>> create mode 100644 arch/powerpc/boot/dts/mpc8377_mds.dts
>> create mode 100644 arch/powerpc/boot/dts/mpc8378_mds.dts
>> create mode 100644 arch/powerpc/boot/dts/mpc8379_mds.dts
>>
>> diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/ 
>> boot/dts/mpc8377_mds.dts
>> new file mode 100644
>> index 000..919ffd0
>> --- /dev/null
>> +++ b/arch/powerpc/boot/dts/mpc8377_mds.dts
> [snip]
>> +aliases {
>> +ethernet0 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>> +ethernet1 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>> +serial0 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>> +serial1 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>> +pci0 = "/[EMAIL PROTECTED]";
>
> You can use path references for these now.
>
>> +};
>> +
>> +cpus {
>> +#address-cells = <1>;
>> +#size-cells = <0>;
>> +
>> +PowerPC,[EMAIL PROTECTED] {
>
> This should absolutely not have a "x" in it.  Either have an exact
> model, or just use "[EMAIL PROTECTED]" (in which case you can put the model in
> "compatible").
>
> [snip]
>> +[EMAIL PROTECTED] {
>> +device_type = "i2c";
>
> Drop the device_type.  No "i2c" device_type class is defined.
>
> [snip]
>> +/* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
>> +[EMAIL PROTECTED] {
>> +device_type = "usb";
>
> Drop device_type here too.
>
>> +compatible = "fsl-usb2-dr";
>> +reg = <23000 1000>;
>> +#address-cells = <1>;
>> +#size-cells = <0>;
>> +interrupt-parent = < &ipic >;
>> +interrupts = <26 8>;
>> +phy_type = "utmi_wide";
>> +};
>> +
>> +[EMAIL PROTECTED] {
>> +device_type = "mdio";
>> +compatible = "gianfar";
>
> Grr... not your fault, but this crap in the gianfar driver where it
> uses the same compatible property for the mdio and MAC has to be
> fixed.

I've fixed this now.  Look at my tree/patch.

> [snip]
>
>> +serial1:[EMAIL PROTECTED] {
>
> Standard style puts a space after the colon.
>
>> +device_type = "serial";
>> +compatible = "ns16550";
>> +reg = <4600 100>;
>> +clock-frequency = <0>;
>> +interrupts = ;
>> +interrupt-parent = < &ipic >;
>> +};
>> +
>> +[EMAIL PROTECTED] {
>> +model = "SEC3";
>> +compatible = "talitos";
>
> This driver, also, needs fixing to recognize a better formatted
> compatible property.

Can you respin with David's changes as well as mirror my cleanup of  
the other 83xx/85xx .dts

- k
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [PATCH] add MPC837x MDS board default device tree

2007-12-06 Thread David Gibson
On Wed, Dec 05, 2007 at 06:37:53PM +0800, Li Yang wrote:
> Signed-off-by: Li Yang <[EMAIL PROTECTED]>
> ---
> Update SATA nodes; remove serdes nodes; add aliases and labels.
> 
>  arch/powerpc/boot/dts/mpc8377_mds.dts |  270 +++
>  arch/powerpc/boot/dts/mpc8378_mds.dts |  256 +
>  arch/powerpc/boot/dts/mpc8379_mds.dts |  284 
> +
>  3 files changed, 810 insertions(+), 0 deletions(-)
>  create mode 100644 arch/powerpc/boot/dts/mpc8377_mds.dts
>  create mode 100644 arch/powerpc/boot/dts/mpc8378_mds.dts
>  create mode 100644 arch/powerpc/boot/dts/mpc8379_mds.dts
> 
> diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts 
> b/arch/powerpc/boot/dts/mpc8377_mds.dts
> new file mode 100644
> index 000..919ffd0
> --- /dev/null
> +++ b/arch/powerpc/boot/dts/mpc8377_mds.dts
[snip]
> + aliases {
> + ethernet0 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
> + ethernet1 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
> + serial0 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
> + serial1 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
> + pci0 = "/[EMAIL PROTECTED]";

You can use path references for these now.

> + };
> +
> + cpus {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + PowerPC,[EMAIL PROTECTED] {

This should absolutely not have a "x" in it.  Either have an exact
model, or just use "[EMAIL PROTECTED]" (in which case you can put the model in
"compatible").

[snip]
> + [EMAIL PROTECTED] {
> + device_type = "i2c";

Drop the device_type.  No "i2c" device_type class is defined.

[snip]
> + /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
> + [EMAIL PROTECTED] {
> + device_type = "usb";

Drop device_type here too.

> + compatible = "fsl-usb2-dr";
> + reg = <23000 1000>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + interrupt-parent = < &ipic >;
> + interrupts = <26 8>;
> + phy_type = "utmi_wide";
> + };
> +
> + [EMAIL PROTECTED] {
> + device_type = "mdio";
> + compatible = "gianfar";

Grr... not your fault, but this crap in the gianfar driver where it
uses the same compatible property for the mdio and MAC has to be
fixed.

[snip]

> + serial1:[EMAIL PROTECTED] {

Standard style puts a space after the colon.

> + device_type = "serial";
> + compatible = "ns16550";
> + reg = <4600 100>;
> + clock-frequency = <0>;
> + interrupts = ;
> + interrupt-parent = < &ipic >;
> + };
> +
> + [EMAIL PROTECTED] {
> + model = "SEC3";
> + compatible = "talitos";

This driver, also, needs fixing to recognize a better formatted
compatible property.

-- 
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
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev