diff options
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | 2012-09-13 19:07:56 +0000 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2012-10-16 05:47:19 +0200 |
commit | b1af67fe5e019bbfaca9ca4ec7086fbdb69c440a (patch) | |
tree | dd155b3ec2286e6c750211edc9a683ff3d49c6d0 /include/configs/kzm9g.h | |
parent | bd23b22badadcdc414a900828253961fc5ec6c39 (diff) | |
download | u-boot-b1af67fe5e019bbfaca9ca4ec7086fbdb69c440a.tar.gz |
i2c: sh_i2c.c: support iccl and icch extension
R-mobile SoC (at least SH73A0) has extension bits to store 8th bit of iccl and icch.
This patch add support for the extentin bits.
Acked-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Diffstat (limited to 'include/configs/kzm9g.h')
-rw-r--r-- | include/configs/kzm9g.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 3a882e396b..0132e9d0df 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -154,6 +154,7 @@ /* I2C */ #define CONFIG_CMD_I2C #define CONFIG_SH_I2C 1 +#define CONFIG_SH_I2C_8BIT #define CONFIG_HARD_I2C #define CONFIG_I2C_MULTI_BUS #define CONFIG_SYS_MAX_I2C_BUS (2) |