diff options
author | Phil Sutter <phil@nwl.cc> | 2015-12-25 14:41:24 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-01-14 14:08:59 +0100 |
commit | 6202953df4feca4bb564141a7efbc8c697531203 (patch) | |
tree | ac88c8cf26f141882ac63f4cfedf7c7c4601fa23 /arch/arm/mach-mvebu/include | |
parent | 4444d230acdf45f2c2d78becec40db2d158757e8 (diff) | |
download | u-boot-imx-6202953df4feca4bb564141a7efbc8c697531203.zip u-boot-imx-6202953df4feca4bb564141a7efbc8c697531203.tar.gz u-boot-imx-6202953df4feca4bb564141a7efbc8c697531203.tar.bz2 |
mvebu: Add rudimental MV78230 support
This adds basic support for Marvell's MV78230 SoC which belongs to the
Armada XP series.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Stefan Roese <sr@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-mvebu/include')
-rw-r--r-- | arch/arm/mach-mvebu/include/mach/soc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/soc.h b/arch/arm/mach-mvebu/include/mach/soc.h index 9f6a2a4..cb216bc 100644 --- a/arch/arm/mach-mvebu/include/mach/soc.h +++ b/arch/arm/mach-mvebu/include/mach/soc.h @@ -11,6 +11,7 @@ #ifndef _MVEBU_SOC_H #define _MVEBU_SOC_H +#define SOC_MV78230_ID 0x7823 #define SOC_MV78260_ID 0x7826 #define SOC_MV78460_ID 0x7846 #define SOC_88F6810_ID 0x6810 |