summaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorAlbert Aribaud <[albert.aribaud@free.fr]>2010-06-17 19:37:01 +0530
committerPrafulla Wadaskar <prafulla@marvell.com>2010-06-17 19:37:01 +0530
commit83142c112d30ee3da23b62387909d33db064bdc4 (patch)
treebc30e1098a1b0e740d70cef2445589ad076b3986 /drivers/serial
parent0c61e6f9257ef416959b740ee3cf191bf682007d (diff)
downloadtalos-obmc-uboot-83142c112d30ee3da23b62387909d33db064bdc4.tar.gz
talos-obmc-uboot-83142c112d30ee3da23b62387909d33db064bdc4.zip
Add Orion5x support to 16550 device driver
This patch provides access to the 16550-compatible serial device of the Orion5x SoC. Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/serial.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index 8eda95cd3e..1073ac0ae9 100644
--- 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>
OpenPOWER on IntegriCloud