commit | c1499f4803177418ad4cc8e9a47b310824d5a714 | [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 | 7c37fa802594c1f97480172b43cccbd0c1ef28bf [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>