Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/omap Support TI_DM37XX. These register maps li...



details:   https://anonhg.NetBSD.org/src/rev/a92432fc8af2
branches:  trunk
changeset: 346860:a92432fc8af2
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Fri Aug 05 14:32:36 2016 +0000

description:
Support TI_DM37XX.  These register maps like to OMAP 34xx/35xx.

diffstat:

 sys/arch/arm/omap/omap3_scm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2804d1efd63d -r a92432fc8af2 sys/arch/arm/omap/omap3_scm.c
--- a/sys/arch/arm/omap/omap3_scm.c     Fri Aug 05 13:14:16 2016 +0000
+++ b/sys/arch/arm/omap/omap3_scm.c     Fri Aug 05 14:32:36 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omap3_scm.c,v 1.5 2016/07/03 12:27:04 kiyohara Exp $ */
+/* $NetBSD: omap3_scm.c,v 1.6 2016/08/05 14:32:36 kiyohara Exp $ */
 
 /*-
  * Copyright (c) 2013 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap3_scm.c,v 1.5 2016/07/03 12:27:04 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap3_scm.c,v 1.6 2016/08/05 14:32:36 kiyohara Exp $");
 
 #include "opt_omap.h"
 
@@ -51,7 +51,7 @@
 #define SCM_OFFSET_INTERFACE_3530      0
 #define SCM_OFFSET_GENERAL_3530                0x270
 
-#if defined(OMAP_3430) || defined(OMAP_3530)
+#if defined(OMAP_3430) || defined(OMAP_3530) || defined(TI_DM37XX)
 #define SCM_BASE               SCM_BASE_3530
 #define SCM_SIZE               SCM_SIZE_3530
 #define SCM_CONTROL_IDCODE     SCM_CONTROL_IDCODE_3530



Home | Main Index | Thread Index | Old Index