commit | 943afa229cf5bf70ef917c7eb6bd0db59a1ba602 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Jan 09 14:35:26 2008 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Thu Feb 14 23:32:40 2008 +0100 |
tree | bbc690a27504a6e1c7f830b6556f23a4ddd14e94 | |
parent | b931b3a9c3bdfaaeaa71e57a6026eec726005b08 [diff] |
85xx, 86xx: Determine I2C clock frequencies and store in global_data Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. Update the get_clocks() function in 85xx and 86xx to determine the I2C clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. Signed-off-by: Timur Tabi <timur@freescale.com>