commit | d93136b4affe8c75d233269f8e83e2b918d8280b | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Fri Apr 04 11:16:11 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Apr 30 22:52:35 2008 +0200 |
tree | b97e947c8581850ce0eec7e0239a5548910843eb | |
parent | 1844b8fdb9e7b70117538b175ab5e90a881cf23f [diff] |
Fix calculation of I2C clock for some 86xx chips Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2. There is no pattern that can be used to determine which chips use which frequency, so the only way to determine is to look up the actual SOC designation and use the right value for that SOC. Signed-off-by: Timur Tabi <timur@freescale.com>