summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/mvebu-soc-id.h
diff options
context:
space:
mode:
authorThomas Petazzoni2014-05-05 17:05:24 +0200
committerJason Cooper2014-05-08 18:40:14 +0200
commit5093dcfb422d212ccdd22450bd986a2fb03cfb9f (patch)
tree9bf65786bf760d6265a09258a5ce0819782d56c5 /arch/arm/mach-mvebu/mvebu-soc-id.h
parentARM: mvebu: initialize mvebu-soc-id earlier (diff)
downloadkernel-qcow2-linux-5093dcfb422d212ccdd22450bd986a2fb03cfb9f.tar.gz
kernel-qcow2-linux-5093dcfb422d212ccdd22450bd986a2fb03cfb9f.tar.xz
kernel-qcow2-linux-5093dcfb422d212ccdd22450bd986a2fb03cfb9f.zip
ARM: mvebu: add Armada 375 A0 revision definition
Now that we have access to Armada 375 A0 platforms, we can add the corresponding revision definition in mvebu-soc-id.h. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Link: https://lkml.kernel.org/r/1399302326-6917-4-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/mvebu-soc-id.h')
-rw-r--r--arch/arm/mach-mvebu/mvebu-soc-id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/mvebu-soc-id.h b/arch/arm/mach-mvebu/mvebu-soc-id.h
index 294a443f56fc..c16bb68ca81f 100644
--- a/arch/arm/mach-mvebu/mvebu-soc-id.h
+++ b/arch/arm/mach-mvebu/mvebu-soc-id.h
@@ -22,6 +22,7 @@
/* Armada 375 */
#define ARMADA_375_Z1_REV 0x0
+#define ARMADA_375_A0_REV 0x3
#ifdef CONFIG_ARCH_MVEBU
int mvebu_get_soc_id(u32 *dev, u32 *rev);