All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valentine Barshak <vbarshak@dev.rtsoft.ru>
To: Linuxppc-embedded@ozlabs.org
Subject: [PATCH] PPC440EP UART0 physical address fix.
Date: Tue, 20 Mar 2007 22:15:37 +0300	[thread overview]
Message-ID: <460032D9.4020207@dev.rtsoft.ru> (raw)

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

Fix PPC440EP UART0 physical address definition used in SERIAL_TEXT_DEBUG.
According to PPC440EP Embedded Processor User Manual it should be 
0xef600300.

Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>


[-- Attachment #2: ppc440ep_uart0_phys_addr_fix.patch --]
[-- Type: text/plain, Size: 490 bytes --]

diff -ruN linux.orig/include/asm-ppc/ibm44x.h linux/include/asm-ppc/ibm44x.h
--- linux.orig/include/asm-ppc/ibm44x.h	2007-03-20 19:47:06.000000000 +0300
+++ linux/include/asm-ppc/ibm44x.h	2007-03-20 20:04:44.000000000 +0300
@@ -44,7 +44,7 @@
 #define UART0_PHYS_ERPN		4
 #define UART0_PHYS_IO_BASE	0xf0000200
 #elif defined(CONFIG_440EP)
-#define UART0_PHYS_IO_BASE	0xe0000000
+#define UART0_PHYS_IO_BASE	0xef600300
 #else
 #define UART0_PHYS_ERPN		1
 #define UART0_PHYS_IO_BASE	0x40000200

                 reply	other threads:[~2007-03-20 19:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=460032D9.4020207@dev.rtsoft.ru \
    --to=vbarshak@dev.rtsoft.ru \
    --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.