commit | f62b123813ea604d16ed6115fe2fa552b23d9102 | [log] [tgz] |
---|---|---|
author | Tang Yuantian <yuantian.tang@freescale.com> | Fri Sep 06 10:45:40 2013 +0800 |
committer | Heiko Schocher <hs@denx.de> | Mon Sep 09 07:44:27 2013 +0200 |
tree | 10d3ec3023d94362cbeca2410dee8456ea297528 | |
parent | 81b867aa4451e745b9706b00e53793df6b52f42a [diff] |
powerpc/mpc85xx: Fix the I2C bus speed error on p1022 The source clock frequency of I2C bus on p1022 is the platform(CCB) clock, not CCB/2. The wrong source clock frequency leads to wrong I2C bus speed setting. so, fixed it. Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>