From: Thomas Gleixner <tglx@linutronix.de>
To: m.mikolaiczyk@rac.de
Cc: linux-mtd@lists.infradead.org
Subject: Re: Nand Flash not found.
Date: Fri, 06 May 2005 12:10:03 +0000 [thread overview]
Message-ID: <1115381403.19236.8.camel@tglx> (raw)
In-Reply-To: <427B3E53.3090803@rac.de>
On Fri, 2005-05-06 at 11:52 +0200, Marcus Mikolaiczyk wrote:
> value=0x90;
....
> va[3]=NANDF_DATA;
The code in nand_scan does exactly the same
> Results:
> Maker Code: ec Device Type: da
{"NAND 256MiB 3,3V 8-bit", 0xDA, 0, 256, 0, ..
Thats the entry from nand_ids.c
> static int BTU_NAND_BASE = 0xAE000000;
> BTU_NAND_VIRT_BASE=(unsigned long)ioremap(BTU_NAND_BASE,SZ_4K);
> this->IO_ADDR_R = BTU_NAND_BASE;
> this->IO_ADDR_W = BTU_NAND_BASE;
-------------------^^^^^^^^^^^^^^
Using the virtual address instead of the physical address might be
helpful.
tglx
next prev parent reply other threads:[~2005-05-06 12:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-14 9:29 Nand Flash not found Marcus Mikolaiczyk
2005-04-14 10:11 ` William J Beksi
2005-04-14 10:27 ` Marcus Mikolaiczyk
2005-05-06 9:52 ` Marcus Mikolaiczyk
2005-05-06 12:10 ` Thomas Gleixner [this message]
2005-05-06 13:35 ` Marcus Mikolaiczyk
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=1115381403.19236.8.camel@tglx \
--to=tglx@linutronix.de \
--cc=linux-mtd@lists.infradead.org \
--cc=m.mikolaiczyk@rac.de \
/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.