From: "Matvejchikov Ilya" <matvejchikov@gmail.com>
To: "Scott Wood" <scottwood@freescale.com>
Cc: Ben Gardiner <BenGardiner@nanometrics.ca>, linuxppc-embedded@ozlabs.org
Subject: Re: No output from SMC1 console with the 2.6.26 kernel (8xx based board)
Date: Tue, 19 Aug 2008 15:13:54 +0400 [thread overview]
Message-ID: <8496f91a0808190413y69817434v2e340454941f97a0@mail.gmail.com> (raw)
In-Reply-To: <20080730154545.GB25428@ld0162-tx32.am.freescale.net>
Hi all,
The problem was in incorrect (not full) brg-node definition. Instead of
brg@119f0 {
compatible = "fsl,cpm-brg", "fsl,cpm2-brg";
reg = <119f0 10 115f0 10>;
};
there must be:
brg@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.
next prev parent reply other threads:[~2008-08-19 11:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-28 19:43 No output from SMC1 console with the 2.6.26 kernel (PQ2FADS based board) Matvejchikov Ilya
2008-07-28 19:59 ` Scott Wood
2008-07-29 6:10 ` Matvejchikov Ilya
2008-07-29 15:33 ` No output from SMC1 console with the 2.6.26 kernel (8xx " Ben Gardiner
2008-07-29 18:36 ` Matvejchikov Ilya
2008-07-29 19:39 ` Scott Wood
2008-07-30 9:37 ` Matvejchikov Ilya
2008-07-30 15:45 ` Scott Wood
2008-08-19 11:13 ` Matvejchikov Ilya [this message]
2008-08-19 16:13 ` Scott Wood
2008-08-21 13:04 ` Matvejchikov Ilya
2008-07-29 19:36 ` Scott Wood
2008-07-30 13:36 ` Ben Gardiner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8496f91a0808190413y69817434v2e340454941f97a0@mail.gmail.com \
--to=matvejchikov@gmail.com \
--cc=BenGardiner@nanometrics.ca \
--cc=linuxppc-embedded@ozlabs.org \
--cc=scottwood@freescale.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).