Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/samsung Fix reinoud-ification of KPLL offset.



details:   https://anonhg.NetBSD.org/src/rev/f449b0de973b
branches:  trunk
changeset: 332661:f449b0de973b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 02 16:17:33 2014 +0000

description:
Fix reinoud-ification of KPLL offset.

diffstat:

 sys/arch/arm/samsung/exynos5_reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fbdbe43b7e00 -r f449b0de973b sys/arch/arm/samsung/exynos5_reg.h
--- a/sys/arch/arm/samsung/exynos5_reg.h        Thu Oct 02 12:42:12 2014 +0000
+++ b/sys/arch/arm/samsung/exynos5_reg.h        Thu Oct 02 16:17:33 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exynos5_reg.h,v 1.18 2014/10/02 11:39:45 reinoud Exp $ */
+/*     $NetBSD: exynos5_reg.h,v 1.19 2014/10/02 16:17:33 skrll Exp $   */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
 #define   EXYNOS5_CMU_GPLL                     0x00020050      /* Graphic 3D proc. clock */
 #define EXYNOS5_CMU_MEM_PART_OFFSET            0x00030000
 #define   EXYNOS5_CMU_BPLL                     0x00030010
-#define   EXYNOS5_CMU_KPLL                     0x00038010
+#define   EXYNOS5_CMU_KPLL                     0x00038000
 #define EXYNOS5_ALIVE_OFFSET                   0x00040000
 #define EXYNOS5_PMU_OFFSET                     0x00040000      /* alias */
 #define EXYNOS5_SYSREG_OFFSET                  0x00050000



Home | Main Index | Thread Index | Old Index