No output from SMC1 console with the 2.6.26 kernel (8xx based board)

Matvejchikov Ilya matvejchikov at gmail.com
Tue Aug 19 21:13:54 EST 2008


Hi all,

The problem was in incorrect (not full) brg-node definition. Instead of
brg at 119f0 {
    compatible = "fsl,cpm-brg", "fsl,cpm2-brg";
    reg = <119f0 10 115f0 10>;
 };
there must be:
brg at 119f0 {
    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.

Thanks.


More information about the Linuxppc-embedded mailing list