summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot/0010-OMAP3-Overo-set-CONFIG_SYS_I2C_SPEED-to-400Khz.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot/0010-OMAP3-Overo-set-CONFIG_SYS_I2C_SPEED-to-400Khz.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot/0010-OMAP3-Overo-set-CONFIG_SYS_I2C_SPEED-to-400Khz.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot/0010-OMAP3-Overo-set-CONFIG_SYS_I2C_SPEED-to-400Khz.patch b/recipes-bsp/u-boot/u-boot/0010-OMAP3-Overo-set-CONFIG_SYS_I2C_SPEED-to-400Khz.patch
new file mode 100644
index 00000000..53e12b3e
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot/0010-OMAP3-Overo-set-CONFIG_SYS_I2C_SPEED-to-400Khz.patch
@@ -0,0 +1,25 @@
1From 405a5a151c8d42f157dc48731f6e607675156774 Mon Sep 17 00:00:00 2001
2From: Steve Sakoman <steve@sakoman.com>
3Date: Tue, 16 Feb 2010 10:03:14 -0800
4Subject: [PATCH 10/37] OMAP3: Overo: set CONFIG_SYS_I2C_SPEED to 400Khz
5
6---
7 include/configs/omap3_overo.h | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
11index 295cce6..fdbeb67 100644
12--- a/include/configs/omap3_overo.h
13+++ b/include/configs/omap3_overo.h
14@@ -112,7 +112,7 @@
15
16 #define CONFIG_SYS_NO_FLASH
17 #define CONFIG_HARD_I2C 1
18-#define CONFIG_SYS_I2C_SPEED 100000
19+#define CONFIG_SYS_I2C_SPEED 400000
20 #define CONFIG_SYS_I2C_SLAVE 1
21 #define CONFIG_SYS_I2C_BUS 0
22 #define CONFIG_SYS_I2C_BUS_SELECT 1
23--
241.6.6.1
25