diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-10-10 09:13:41 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2013-12-18 16:35:45 +0900 |
commit | b9986be0840d7945f760204bfb1a4b565ba235ff (patch) | |
tree | 57a2c8910f36488247860107879a309b35e2a959 /include/configs/lager.h | |
parent | b9107adf0bda7725184de7ab8bac56f3aa9cb553 (diff) | |
download | u-boot-b9986be0840d7945f760204bfb1a4b565ba235ff.tar.gz |
arm: lager: Add support reset function
The lager board uses I2C for reset.
ned-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/lager.h')
-rw-r--r-- | include/configs/lager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index dd61ca0dc9..893282540e 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -159,6 +159,8 @@ #define CONFIG_SYS_RCAR_I2C3_SPEED 400000 #define CONFIF_SYS_RCAR_I2C_NUM_CONTROLLERS 4 +#define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */ + /* Board Clock */ #define CONFIG_BASE_CLK_FREQ 20000000u #define CONFIG_SH_TMU_CLK_FREQ (CONFIG_BASE_CLK_FREQ / 2) /* EXT / 2 */ |