summaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone/include/mach/i2c_defs.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-20 17:04:18 +0900
committerTom Rini <trini@ti.com>2015-02-21 08:23:52 -0500
commitdc7de222aa82cc962f15b5d04e1e4c6b0ab62398 (patch)
tree31443e719f54f025300e213138db5e86ea35b216 /arch/arm/mach-keystone/include/mach/i2c_defs.h
parentfd697ecf5d1797180c29328b013d48ee3a788e03 (diff)
downloadu-boot-imx-dc7de222aa82cc962f15b5d04e1e4c6b0ab62398.zip
u-boot-imx-dc7de222aa82cc962f15b5d04e1e4c6b0ab62398.tar.gz
u-boot-imx-dc7de222aa82cc962f15b5d04e1e4c6b0ab62398.tar.bz2
ARM: keystone: move SoC headers to mach-keystone/include/mach
Move arch/arm/include/asm/arch-keystone/* -> arch/arm/mach-keystone/include/mach/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/mach-keystone/include/mach/i2c_defs.h')
-rw-r--r--arch/arm/mach-keystone/include/mach/i2c_defs.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/include/mach/i2c_defs.h b/arch/arm/mach-keystone/include/mach/i2c_defs.h
new file mode 100644
index 0000000..d425652
--- /dev/null
+++ b/arch/arm/mach-keystone/include/mach/i2c_defs.h
@@ -0,0 +1,17 @@
+/*
+ * keystone: i2c driver definitions
+ *
+ * (C) Copyright 2014
+ * Texas Instruments Incorporated, <www.ti.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+#ifndef _I2C_DEFS_H_
+#define _I2C_DEFS_H_
+
+#define I2C0_BASE 0x02530000
+#define I2C1_BASE 0x02530400
+#define I2C2_BASE 0x02530800
+#define I2C_BASE I2C0_BASE
+
+#endif