diff options
author | Robert Baldyga <r.baldyga@samsung.com> | 2014-10-06 14:33:11 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:33:49 -0600 |
commit | 4d38395c1585e54f23b9fd53f9694beb1931ba64 (patch) | |
tree | d1af826c886e2645f910329a3f3ca55972e4198a /include | |
parent | f887cb6d86012a79147cc67d512782644426dd9a (diff) | |
download | talos-obmc-uboot-4d38395c1585e54f23b9fd53f9694beb1931ba64.tar.gz talos-obmc-uboot-4d38395c1585e54f23b9fd53f9694beb1931ba64.zip |
arm: goni: add i2c_init_board()
Add proper initialization of GPIO pins used by software i2c.
Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/s5p_goni.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index 0c6e9c7878..fc2497a332 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -276,6 +276,8 @@ #define CONFIG_SYS_I2C_SOFT_SPEED 50000 #define CONFIG_SYS_I2C_SOFT_SLAVE 0x7F #define CONFIG_I2C_MULTI_BUS +#define CONFIG_SYS_I2C_INIT_BOARD + #define CONFIG_SYS_MAX_I2C_BUS 7 #define CONFIG_USB_GADGET #define CONFIG_USB_GADGET_S3C_UDC_OTG |