All of lore.kernel.org
 help / color / mirror / Atom feed
From: insane79@yandex.ru (Dennis Semakin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PXA320] How to find I/O registers, base address of ASIX ethernet chip?
Date: Mon, 08 Feb 2010 15:16:12 +0300	[thread overview]
Message-ID: <32661265631372@webmail120.yandex.ru> (raw)
In-Reply-To: <20100208101524.GX28972@buzzloop.caiaq.de>

Dear Daniel
Thank you very much for code. It works fine.
If you will be in Moscow, I'll buy you a pints of beer :)

It is necessary to ask only: why in u-boot git-repository I didn't see this code?

08.02.10, 11:15, "Daniel Mack" <daniel@caiaq.de>:

> On Mon, Feb 08, 2010 at 12:38:06PM +0300, Dennis Semakin wrote:
>  > 08.02.10, 10:13, "Uwe Kleine-K?nig" :
>  > >  This sounds like a missing clock.  Ah, and Daniel already asked that,
>  > >  too: "Did you switch on the clock for the static bus?"
>  > >  
>  > 
>  > Well... I yet do not know how to do this...
>  
>  Try adding this sniplet to your lowlevel_init function in U-Boot:
>  
>          /* enable clocks for NAND and static memory */
>          ldr             r0, =CKENA
>          ldr             r1, [r0]
>          orr             r1, r1, #(CKENA_4_NAND | CKENA_9_SMC)
>          str             r1, [r0]
>          ldr             r1, [r0]
>  
>  Daniel
>  

Thanks
Best regards
Dennis Semakin

  reply	other threads:[~2010-02-08 12:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-04  9:21 [PXA320] How to find I/O registers, base address of ASIX ethernet chip? Dennis Semakin
2010-02-04 12:28 ` Eric Miao
2010-02-04 13:09   ` Dennis Semakin
2010-02-04 13:24   ` Dennis Semakin
2010-02-04 13:31   ` Dennis Semakin
2010-02-05  4:26 ` Daniel Mack
2010-02-05  7:53   ` Uwe Kleine-König
2010-02-07  5:11     ` Daniel Mack
2010-02-08  6:06       ` Eric Miao
2010-02-05  8:02   ` Dennis Semakin
2010-02-07  5:13     ` Daniel Mack
2010-02-08  8:58       ` Dennis Semakin
2010-02-08  8:59       ` Dennis Semakin
2010-02-08  9:13         ` Uwe Kleine-König
2010-02-08  9:31           ` Dennis Semakin
2010-02-08  9:38           ` Dennis Semakin
2010-02-08 10:15             ` Daniel Mack
2010-02-08 12:16               ` Dennis Semakin [this message]
2010-02-08 12:49                 ` Daniel Mack
2010-02-08 14:13                   ` Dennis Semakin
2010-02-08 12:16               ` Dennis Semakin
2010-02-08  9:57           ` Dennis Semakin
2010-02-07  6:53     ` Mike Rapoport

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=32661265631372@webmail120.yandex.ru \
    --to=insane79@yandex.ru \
    --cc=linux-arm-kernel@lists.infradead.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.