commit | e56b4b494cd92def577969f9678395aa22d34c9f | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Jan 09 14:35:26 2008 -0600 |
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | Mon Feb 04 17:38:08 2008 -0600 |
tree | ffa10dd80259e4baba98aeadaeb06f5f0ae3e467 | |
parent | 2c5260f711168d5ee91c70ddbb7d897013eefc46 [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>