summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/mv/common.c')
-rw-r--r--sys/arm/mv/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/mv/common.c b/sys/arm/mv/common.c
index d31e081..a142259 100644
--- a/sys/arm/mv/common.c
+++ b/sys/arm/mv/common.c
@@ -261,6 +261,8 @@ soc_identify(void)
rev = "Z0";
else if (r == 2)
rev = "A0";
+ else if (r == 3)
+ rev = "A1";
break;
case MV_DEV_MV78100_Z0:
dev = "Marvell MV78100 Z0";
OpenPOWER on IntegriCloud