]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx: Fix the I2C bus speed error on p1022
authorTang Yuantian <yuantian.tang@freescale.com>
Fri, 6 Sep 2013 02:45:40 +0000 (10:45 +0800)
committerHeiko Schocher <hs@denx.de>
Mon, 9 Sep 2013 05:44:27 +0000 (07:44 +0200)
commitf62b123813ea604d16ed6115fe2fa552b23d9102
tree10d3ec3023d94362cbeca2410dee8456ea297528
parent81b867aa4451e745b9706b00e53793df6b52f42a
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>
arch/powerpc/cpu/mpc85xx/speed.c