Module Name:    src
Committed By:   skrll
Date:           Thu Oct  2 16:17:33 UTC 2014

Modified Files:
        src/sys/arch/arm/samsung: exynos5_reg.h

Log Message:
Fix reinoud-ification of KPLL offset.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/samsung/exynos5_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/samsung/exynos5_reg.h
diff -u src/sys/arch/arm/samsung/exynos5_reg.h:1.18 src/sys/arch/arm/samsung/exynos5_reg.h:1.19
--- src/sys/arch/arm/samsung/exynos5_reg.h:1.18	Thu Oct  2 11:39:45 2014
+++ src/sys/arch/arm/samsung/exynos5_reg.h	Thu Oct  2 16:17:33 2014
@@ -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

Reply via email to