diff options
author | Piotr Wilczek <p.wilczek@samsung.com> | 2013-11-20 10:43:49 +0100 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2013-12-05 07:39:38 +0100 |
commit | 2d8f1e27695a8a9a3ed863a510be58284b6b411c (patch) | |
tree | 77002d27c29a3f1c93de096742b615d1aadb930d /board/samsung/smdk5250/exynos5-dt.c | |
parent | f44483b57c49282299da0e5c10073b909cdad979 (diff) | |
download | u-boot-imx-2d8f1e27695a8a9a3ed863a510be58284b6b411c.zip u-boot-imx-2d8f1e27695a8a9a3ed863a510be58284b6b411c.tar.gz u-boot-imx-2d8f1e27695a8a9a3ed863a510be58284b6b411c.tar.bz2 |
driver:i2c:s3c24x0: adapt driver to new i2c
This patch adapts the s3c24x0 driver to the new i2c framework.
Config file is modified for all the boards that use the driver.
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
CC: Minkyu Kang <mk7.kang@samsung.com>
CC: Heiko Schocher <hs@denx.de>
CC: Inderpal Singh <inderpal.singh@linaro.org>
CC: David Müller <d.mueller@elsoft.ch>
CC: Chander Kashyap <k.chander@samsung.com>
CC: Lukasz Majewski <l.majewski@samsung.com>
Tested-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Reviewed-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Diffstat (limited to 'board/samsung/smdk5250/exynos5-dt.c')
-rw-r--r-- | board/samsung/smdk5250/exynos5-dt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/samsung/smdk5250/exynos5-dt.c b/board/samsung/smdk5250/exynos5-dt.c index 6bcc883..6aa0509 100644 --- a/board/samsung/smdk5250/exynos5-dt.c +++ b/board/samsung/smdk5250/exynos5-dt.c @@ -150,8 +150,6 @@ int power_init_board(void) set_ps_hold_ctrl(); - i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); - if (pmic_init(I2C_PMIC)) return -1; |