Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/marvell Add ATTR_AXI_DDR.



details:   https://anonhg.NetBSD.org/src/rev/af70c7c4e1d4
branches:  trunk
changeset: 820419:af70c7c4e1d4
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Jan 09 14:06:35 2017 +0000

description:
Add ATTR_AXI_DDR.

diffstat:

 sys/dev/marvell/marvellreg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 8f401d833c6d -r af70c7c4e1d4 sys/dev/marvell/marvellreg.h
--- a/sys/dev/marvell/marvellreg.h      Mon Jan 09 13:36:22 2017 +0000
+++ b/sys/dev/marvell/marvellreg.h      Mon Jan 09 14:06:35 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: marvellreg.h,v 1.10 2016/10/04 15:02:27 kiyohara Exp $ */
+/*     $NetBSD: marvellreg.h,v 1.11 2017/01/09 14:06:35 kiyohara Exp $ */
 /*
  * Copyright (c) 2009 KIYOHARA Takashi
  * All rights reserved.
@@ -88,5 +88,6 @@
 #define MARVELL_ATTR_SDRAM_CS2         0x0b
 #define MARVELL_ATTR_SDRAM_CS3         0x07
 #endif
+#define MARVELL_ATTR_AXI_DDR           0x00
 
 #endif /* _DEV_MARVELL_MARVELLREG_H_ */



Home | Main Index | Thread Index | Old Index