Skip to content
Snippets Groups Projects
Commit a042ec33 authored by Prafulla Wadaskar's avatar Prafulla Wadaskar Committed by Wolfgang Denk
Browse files

Serial: Add UART support for Marvell ARMADA 100 SoCs.


ARMADA 100 SoCs has NS16550 compatible UART peripheral
This patch enables the same for ARMADA100 platforms

Signed-off-by: default avatarMahavir Jain <mjain@marvell.com>
Signed-off-by: default avatarPrafulla Wadaskar <prafulla@marvell.com>
parent a160ea0b
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,10 @@
#endif
#ifdef CONFIG_KIRKWOOD
#include <asm/arch/kirkwood.h>
#endif
#ifdef CONFIG_ORION5X
#elif defined(CONFIG_ORION5X)
#include <asm/arch/orion5x.h>
#elif defined(CONFIG_ARMADA100)
#include <asm/arch/armada100.h>
#endif
#if defined (CONFIG_SERIAL_MULTI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment