diff options
| author | kiyohara <kiyohara@NetBSD.org> | 2017-01-07 14:26:37 +0000 |
|---|---|---|
| committer | kiyohara <kiyohara@NetBSD.org> | 2017-01-07 14:26:37 +0000 |
| commit | 7ade5e98bd7927ea0bd6bb8f06ecce7d212b53eb (patch) | |
| tree | caa9d6893149de4075314f088acd5bfc286ebe1a /sys/dev/marvell | |
| parent | 846020ba714b2e94ad85f5c0957a51ac74e1b869 (diff) | |
Add tags for AXI_CS[01].
Diffstat (limited to 'sys/dev/marvell')
| -rw-r--r-- | sys/dev/marvell/marvellvar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/marvell/marvellvar.h b/sys/dev/marvell/marvellvar.h index b166109e9a7..0e08400e2ac 100644 --- a/sys/dev/marvell/marvellvar.h +++ b/sys/dev/marvell/marvellvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: marvellvar.h,v 1.5 2014/03/15 11:47:43 kiyohara Exp $ */ +/* $NetBSD: marvellvar.h,v 1.6 2017/01/07 14:26:37 kiyohara Exp $ */ /* * Copyright (c) 2009 KIYOHARA Takashi * All rights reserved. @@ -34,6 +34,9 @@ enum marvell_tags { MARVELL_TAG_SDRAM_CS2, MARVELL_TAG_SDRAM_CS3, + MARVELL_TAG_AXI_CS0, /* Advanced eXtensible Interface */ + MARVELL_TAG_AXI_CS1, /* Advanced eXtensible Interface */ + MARVELL_TAG_DDR3_CS0, MARVELL_TAG_DDR3_CS1, MARVELL_TAG_DDR3_CS2, |
