linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Sean MacLennan <smaclennan@pikatech.com>
To: 'linuxppc-dev' <linuxppc-dev@ozlabs.org>
Subject: NOR flash partitions gone
Date: Fri, 15 Feb 2008 14:11:06 -0500	[thread overview]
Message-ID: <47B5E3CA.5050208@pikatech.com> (raw)

I did a git pull of Josh's for-2.6.25 tree. Now the NOR partitions are 
no longer setup.

				nor_flash@0,0 {
					compatible = "amd,s29gl032a", "cfi-flash";
					bank-width = <2>;
					reg = <0 0 400000>;
					#address-cells = <1>;
					#size-cells = <1>;
					partition@300000 {
						label = "fpga";
						reg = <300000 40000>;
					};
					partition@340000 {
						label = "env";
						reg = <340000 40000>;
					};
					partition@380000 {
						label = "u-boot";
						reg = <380000 80000>;
					};
				};



It still detects the chip, it just doesn't configure the partitions. Any 
ideas?

Cheers,
   Sean

             reply	other threads:[~2008-02-15 18:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-15 19:11 Sean MacLennan [this message]
2008-02-15 18:14 ` NOR flash partitions gone Scott Wood
2008-02-15 18:17 ` Anton Vorontsov
2008-02-15 19:39   ` Sean MacLennan

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=47B5E3CA.5050208@pikatech.com \
    --to=smaclennan@pikatech.com \
    --cc=linuxppc-dev@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 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).