projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c61e6f
)
Add Orion5x support to 16550 device driver
author
Albert Aribaud
<[albert.aribaud@free.fr]>
Thu, 17 Jun 2010 14:07:01 +0000
(19:37 +0530)
committer
Prafulla Wadaskar
<prafulla@marvell.com>
Thu, 17 Jun 2010 14:07:01 +0000
(19:37 +0530)
This patch provides access to the 16550-compatible
serial device of the Orion5x SoC.
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
drivers/serial/serial.c
patch
|
blob
|
history
diff --git
a/drivers/serial/serial.c
b/drivers/serial/serial.c
index 8eda95cd3eddd1e2e3b183cefba3ebc9fe04d569..1073ac0ae9c4b54cf02075e4184ed6bc85695cc5 100644
(file)
--- a/
drivers/serial/serial.c
+++ b/
drivers/serial/serial.c
@@
-30,6
+30,9
@@
#ifdef CONFIG_KIRKWOOD
#include <asm/arch/kirkwood.h>
#endif
+#ifdef CONFIG_ORION5X
+#include <asm/arch/orion5x.h>
+#endif
#if defined (CONFIG_SERIAL_MULTI)
#include <serial.h>