commit | e071cd76c16ae5de230ce1828abd6c602502ab61 | [log] [tgz] |
---|---|---|
author | Sylvain Lemieux <slemieux@tycoint.com> | Mon Jul 27 13:37:37 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 17 08:11:49 2015 -0400 |
tree | 3a9991050f74b264317c3773fc2d490eb1d067fd | |
parent | c56b2d67d02858c8d237e9e86e25578aeedba9bf [diff] |
i2c: lpc32xx: use api to get hclk instead of fix value The HCLK is not constant and can take different value; use the api function to get the value of the HCLK for the I2C clock high and low computation. Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>