]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
FSL I2C driver programs the two I2C busses differently
authorTimur Tabi <timur@freescale.com>
Tue, 3 Jul 2007 18:46:32 +0000 (13:46 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 10 Aug 2007 06:12:03 +0000 (01:12 -0500)
commite739bc95797aac4fefc4c75b55c7c78e59d3ea9c
treed5952cca055ef3f319d69b2c7b14ac6cb70b6f4e
parentdf33f6b4d6d63693dd9200808b242de1b86cb8e8
FSL I2C driver programs the two I2C busses differently

The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
The second I2C bus has its slave address programmed incorrectly and is
missing a 5-us delay.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
drivers/fsl_i2c.c