[PATCH] cpm_uart: Fix baseaddress for SMC 1 and 2
authorKumar Gala <galak@freescale.com>
Sat, 3 Sep 2005 22:55:38 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:05:56 +0000 (00:05 -0700)
commitb0531b9b3299f3066b1db78f1693edabbba08b5c
tree1f4d3cb62eca4c12b95b4896357514dfa854acb7
parent638861d54eec6b04a88d5d8df8b790d87de80b8d
[PATCH] cpm_uart: Fix baseaddress for SMC 1 and 2

Base addess register for SMC 1 and 2 are never initialized.  This means
that they will not work unless a bootloader already configured them.

The DPRAM already have space reserved, this patch just makes sure the base
addess register is updated correctly on initialization.

Signed-off-by: Rune Torgersen <runet@innovsys.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/cpm_uart/cpm_uart_cpm2.c