From: Scott Wood <scottwood@freescale.com>
To: Sebastian Siewior <linuxppc-embedded@ml.breakpoint.cc>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: loading NOR flash from DT
Date: Wed, 17 Oct 2007 15:17:59 -0500 [thread overview]
Message-ID: <47166DF7.6060300@freescale.com> (raw)
In-Reply-To: <20071017195542.GA5501@Chamillionaire.breakpoint.cc>
Sebastian Siewior wrote:
> flash@fc000000 {
It's probably not getting probed, because it's not under a probed bus.
Try adding the root node to the list passed to of_platform_bus_probe().
> compatible = "amd,s29gl512n", "cfi-flash";
> reg = <fc000000 4000000>;
> bank-width = <2>;
> #address-cells = <1>;
> #size-cells = <1>;
> fs@0 {
> label = "fs";
> reg = <0 f80000>;
> };
> firmware@f80000 {
> label ="firmware";
> reg = <f80000 80000>;
> read-only;
> };
>
> soc8544@e0000000 {
Missing }; for the flash node.
-Scott
next prev parent reply other threads:[~2007-10-17 20:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-17 19:26 loading NOR flash from DT Sebastian Siewior
2007-10-17 19:47 ` Josh Boyer
2007-10-17 19:55 ` Sebastian Siewior
2007-10-17 20:17 ` Scott Wood [this message]
2007-10-17 20:23 ` Sergei Shtylyov
2007-10-17 19:54 ` Sergei Shtylyov
2007-10-18 7:57 ` Sebastian Siewior
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=47166DF7.6060300@freescale.com \
--to=scottwood@freescale.com \
--cc=linuxppc-embedded@ml.breakpoint.cc \
--cc=linuxppc-embedded@ozlabs.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.