On Tue, Aug 19, 2008 at 03:13:54PM +0400, Matvejchikov Ilya wrote:
> Hi all,
> 
> The problem was in incorrect (not full) brg-node definition. Instead of
> [EMAIL PROTECTED] {
>     compatible = "fsl,cpm-brg", "fsl,cpm2-brg";
>     reg = <119f0 10 115f0 10>;
>  };
> there must be:
> [EMAIL PROTECTED] {
>     compatible = "fsl,cpm-brg", "fsl,cpm2-brg";
>     reg = <119f0 10 115f0 10>;
>     clock-frequency = <my_clock_frequency>;
>  };
> 
> The PQ2 (and some others) DTS files needs to be updated.

No, the DTS files don't need to be updated -- u-boot (or whatever
firmware you use, or the bootwrapper) needs to fill in the frequency.

-Scott
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to