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 The EXYNOS4_I2C0_OFFSET is actually ref...



details:   https://anonhg.NetBSD.org/src/rev/16b21ce67abf
branches:  trunk
changeset: 329120:16b21ce67abf
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri May 09 19:44:06 2014 +0000

description:
The EXYNOS4_I2C0_OFFSET is actually reffered to as additional GPIO space.

diffstat:

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

diffs (12 lines):

diff -r 2659cccc19a9 -r 16b21ce67abf sys/arch/arm/samsung/exynos4_reg.h
--- a/sys/arch/arm/samsung/exynos4_reg.h        Fri May 09 17:25:11 2014 +0000
+++ b/sys/arch/arm/samsung/exynos4_reg.h        Fri May 09 19:44:06 2014 +0000
@@ -237,7 +237,7 @@
 #define EXYNOS4_UART2_OFFSET           0x03820000      /* serial port 2 */
 #define EXYNOS4_UART3_OFFSET           0x03830000      /* serial port 3 */
 #define EXYNOS4_UART4_OFFSET           0x03840000      /* serial port 4 */
-#define EXYNOS4_I2C0_OFFSET            0x03860000      /* Inter Integrated Circuit (I2C) */
+#define EXYNOS4_GPIO_I2C0_OFFSET       0x03860000      /* Inter Integrated Circuit (I2C) */
 #define EXYNOS4_I2C1_OFFSET            0x03870000      /* Inter Integrated Circuit (I2C) */
 #define EXYNOS4_I2C2_OFFSET            0x03880000      /* Inter Integrated Circuit (I2C) */
 #define EXYNOS4_I2C3_OFFSET            0x03890000      /* Inter Integrated Circuit (I2C) */



Home | Main Index | Thread Index | Old Index