Skip to content
Snippets Groups Projects
Commit 6d5fe560 authored by Stefan Roese's avatar Stefan Roese Committed by Tom Rini
Browse files

i2c: mvtwsi: Add support for Marvell Armada XP


To support the Armada XP SoC, we just need to include the correct header.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Acked-by: default avatarHeiko Schocher <hs@denx.de>
Tested-by: default avatarLuka Perkov <luka@openwrt.org>
parent 4fb3f0c8
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
#if defined(CONFIG_ORION5X)
#include <asm/arch/orion5x.h>
#elif defined(CONFIG_KIRKWOOD)
#elif (defined(CONFIG_KIRKWOOD) || defined(CONFIG_ARMADA_XP))
#include <asm/arch/soc.h>
#elif defined(CONFIG_SUNXI)
#include <asm/arch/i2c.h>
......
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