summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-07-06 17:28:35 +0200
committerTom Rini <trini@konsulko.com>2015-07-08 21:51:37 -0400
commite6b1b58bedbc507f840b2bae06eadb1d34512efa (patch)
treed8e0c0e20be3522bb1aae69843c7290f5512e041 /include
parent5833521b38c014b5afffad3a70480ed4b7e00e6d (diff)
downloadtalos-obmc-uboot-e6b1b58bedbc507f840b2bae06eadb1d34512efa.tar.gz
talos-obmc-uboot-e6b1b58bedbc507f840b2bae06eadb1d34512efa.zip
arm: baltos: drop I2C speed to 1000 Hz
This action is need to make I2C communication with PMIC stable for low temperature. Print current I2C speed in SPL for visual control. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/baltos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/baltos.h b/include/configs/baltos.h
index 632523e965..31de97f286 100644
--- a/include/configs/baltos.h
+++ b/include/configs/baltos.h
@@ -52,7 +52,7 @@
/* I2C configuration */
#undef CONFIG_SYS_OMAP24_I2C_SPEED
-#define CONFIG_SYS_OMAP24_I2C_SPEED 10000
+#define CONFIG_SYS_OMAP24_I2C_SPEED 1000
#ifdef CONFIG_NAND
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x000c0000
OpenPOWER on IntegriCloud