summaryrefslogtreecommitdiffstats
path: root/include/configs/trats.h
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2014-01-22 11:24:10 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2014-02-03 15:36:14 +0900
commit8475c869c30cbeef1695396b43bc240cc0d35f5a (patch)
tree8f31f7df5b8bec2a11a73f88cefd1a687ef12827 /include/configs/trats.h
parent047eada42a776468426be1f05d3203f90ce3a8d8 (diff)
downloadblackbird-obmc-uboot-8475c869c30cbeef1695396b43bc240cc0d35f5a.tar.gz
blackbird-obmc-uboot-8475c869c30cbeef1695396b43bc240cc0d35f5a.zip
s5p: gpio: change gpio coding method for s5p gpio.
Old s5p gpio coding method was not clean and was not working properly for all parts and banks. New method is clean and easy to extend. Gpio coding mask: 0x000000ff - pin number 0x00ffff00 - bank offset 0xff000000 - part number Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/trats.h')
-rw-r--r--include/configs/trats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h
index fdd8b460b0..9a92783796 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -287,8 +287,8 @@
#include <asm/arch/gpio.h>
/* I2C FG */
-#define CONFIG_SOFT_I2C_GPIO_SCL exynos4_gpio_part2_get_nr(y4, 1)
-#define CONFIG_SOFT_I2C_GPIO_SDA exynos4_gpio_part2_get_nr(y4, 0)
+#define CONFIG_SOFT_I2C_GPIO_SCL exynos4_gpio_get(2, y4, 1)
+#define CONFIG_SOFT_I2C_GPIO_SDA exynos4_gpio_get(2, y4, 0)
#define CONFIG_POWER
#define CONFIG_POWER_I2C
OpenPOWER on IntegriCloud