linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Anton Vorontsov <avorontsov@ru.mvista.com>
To: Sean MacLennan <smaclennan@pikatech.com>
Cc: 'linuxppc-dev' <linuxppc-dev@ozlabs.org>
Subject: Re: NOR flash partitions gone
Date: Fri, 15 Feb 2008 21:17:43 +0300	[thread overview]
Message-ID: <20080215181743.GA30029@localhost.localdomain> (raw)
In-Reply-To: <47B5E3CA.5050208@pikatech.com>

On Fri, Feb 15, 2008 at 02:11:06PM -0500, Sean MacLennan wrote:
> 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?

Probably CONFIG_MTD_OF_PARTS is not set?

Good luck,

-- 
Anton Vorontsov
email: cbou@mail.ru
backup email: ya-cbou@yandex.ru
irc://irc.freenode.net/bd2

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-15 19:11 NOR flash partitions gone Sean MacLennan
2008-02-15 18:14 ` Scott Wood
2008-02-15 18:17 ` Anton Vorontsov [this message]
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=20080215181743.GA30029@localhost.localdomain \
    --to=avorontsov@ru.mvista.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=smaclennan@pikatech.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).