linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Eugene Surovegin <ebs@ebshome.net>
To: Vitaly Bordug <vbordug@ru.mvista.com>
Cc: linuxppc-embedded list <linuxppc-embedded@ozlabs.org>
Subject: Re: UART problem on MPC8272ADS
Date: Wed, 13 Jul 2005 13:19:21 -0700	[thread overview]
Message-ID: <20050713201920.GA23573@gate.ebshome.net> (raw)
In-Reply-To: <42D557E3.9060503@ru.mvista.com>

On Wed, Jul 13, 2005 at 10:05:23PM +0400, Vitaly Bordug wrote:
> Hi!
> Do anyone have 2-nd UART port working on MPC8272ADS?
> 
> The target boots OK via both UARTs as console, but any attempt to 
> transmit/receive data via the other port have failed.
> A quick lookup results that ...init_scc is called only in `console` 
> case. After addition of this call to the cpm_uart_startup (just for 
> instance) transmit from the target occur, but with only half of data. I 
> tried various pin settings including working combinations from the old 
> uart driver but with the same result.
> 
> I guess that 8xx that are also handled by this driver may behave 
> likewise, so any information whether cpm_uart driver works well  (or 
> not)  on 8xx is also valuable.
> 
> Any ideas how to solve this or concerning possible reasons of such 
> behavior are greatly appreciated.

I had some problems with multiple UARTs (SMC and SCC) on 8248-based 
custom board. It was due to completely brain-damaged BRG allocation in 
cpm2_io/uart.c. I had to hack it to make SCC UART working along with 
SMC one.

-- 
Eugene

      reply	other threads:[~2005-07-13 20:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-13 18:05 UART problem on MPC8272ADS Vitaly Bordug
2005-07-13 20:19 ` Eugene Surovegin [this message]

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=20050713201920.GA23573@gate.ebshome.net \
    --to=ebs@ebshome.net \
    --cc=linuxppc-embedded@ozlabs.org \
    --cc=vbordug@ru.mvista.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).