diff options
author | Chin Liang See <clsee@altera.com> | 2015-12-23 22:07:49 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-23 16:11:49 +0100 |
commit | e662573822d24dcdc079d29ff397cb8bacf97b27 (patch) | |
tree | 3d7d5be2a4b3bde02308f4fc7905ae4fe8cc2e49 /board/altera/cyclone5-socdk | |
parent | f464a631426a30ffcbf2d7f732e678df1b684be8 (diff) | |
download | u-boot-e662573822d24dcdc079d29ff397cb8bacf97b27.tar.gz u-boot-e662573822d24dcdc079d29ff397cb8bacf97b27.tar.xz u-boot-e662573822d24dcdc079d29ff397cb8bacf97b27.zip |
arm: socfpga: Fix i2c mux on cyclone5-socdk board
Updated pinmux group GENERALIO[15-16] for i2c.
Signed-off-by: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Dinh Nguyen <dinh.linux@gmail.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: shengjiangwu <shengjiangwu@icloud.com>
Diffstat (limited to 'board/altera/cyclone5-socdk')
-rw-r--r-- | board/altera/cyclone5-socdk/qts/pinmux_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/altera/cyclone5-socdk/qts/pinmux_config.h b/board/altera/cyclone5-socdk/qts/pinmux_config.h index 7819ad07bd..f1e6d2b0bc 100644 --- a/board/altera/cyclone5-socdk/qts/pinmux_config.h +++ b/board/altera/cyclone5-socdk/qts/pinmux_config.h @@ -55,8 +55,8 @@ const u8 sys_mgr_init_table[] = { 0, /* GENERALIO12 */ 2, /* GENERALIO13 */ 2, /* GENERALIO14 */ - 0, /* GENERALIO15 */ - 0, /* GENERALIO16 */ + 3, /* GENERALIO15 */ + 3, /* GENERALIO16 */ 2, /* GENERALIO17 */ 2, /* GENERALIO18 */ 0, /* GENERALIO19 */ |