]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: i2c: Correct bug in pinmux selection
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:15:44 +0000 (18:15 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:19 +0000 (13:29 +0200)
commitc89c10a9247225127a376938649ef029929937b1
tree8b588709722335538930f27895a458f2e020c60c
parent4c5300aabf3bbd3623ac8b713738a781805b3def
exynos: i2c: Correct bug in pinmux selection

When driver model is not used the current code does not correctly select
the pinmux for the I2C bus. This bug was introduced by this commit:

8dfcbaa dm: i2c: s3c24x0: adjust to dm-i2c api

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Przemyslaw Marczak <p.marczak@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/i2c/s3c24x0_i2c.c