diff options
| author | Robert Baldyga <[email protected]> | 2014-10-06 14:33:11 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2014-10-22 10:33:49 -0600 |
| commit | 4d38395c1585e54f23b9fd53f9694beb1931ba64 (patch) | |
| tree | d1af826c886e2645f910329a3f3ca55972e4198a /include | |
| parent | f887cb6d86012a79147cc67d512782644426dd9a (diff) | |
arm: goni: add i2c_init_board()
Add proper initialization of GPIO pins used by software i2c.
Signed-off-by: Robert Baldyga <[email protected]>
Acked-by: Simon Glass <[email protected]>
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 0c6e9c78784..fc2497a3320 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 |
