diff options
author | Tom Rini <trini@ti.com> | 2014-06-23 16:06:29 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-25 15:21:06 -0400 |
commit | 7aa5598aac3faf9188559f7a50940df11c30b656 (patch) | |
tree | b999a41c246d9a5ef10ede31b233fb195a0a2ea1 /include/power/tps65218.h | |
parent | 5c44dd6bbd42775a93b9938510d398f0e26dbcc2 (diff) | |
download | u-boot-imx-7aa5598aac3faf9188559f7a50940df11c30b656.zip u-boot-imx-7aa5598aac3faf9188559f7a50940df11c30b656.tar.gz u-boot-imx-7aa5598aac3faf9188559f7a50940df11c30b656.tar.bz2 |
tps65218/am43xx_evm: Add power framework support to TPS65218
Add in an init function for the drivers/power framework so we can dump
and read the registers via i2c.
Cc: Ćukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/power/tps65218.h')
-rw-r--r-- | include/power/tps65218.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/power/tps65218.h b/include/power/tps65218.h index 67aa2f8..f8f33b8 100644 --- a/include/power/tps65218.h +++ b/include/power/tps65218.h @@ -60,4 +60,5 @@ enum { int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val, uchar mask); int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel); +int power_tps65218_init(unsigned char bus); #endif /* __POWER_TPS65218_H__ */ |