
28 Nov
2006
28 Nov
'06
10:47 p.m.
On Tue, 2006-11-28 at 15:08 -0600, Timur Tabi wrote:
Wolfgang Denk wrote:
In message 456C7A18.1090309@freescale.com you wrote:
Can you be more specific? These two macros are defined in a variety of ways in U-Boot. Soft I2C is not used on any Freescale parts (AFAIK).
But it should be possible to use it. Please don't use incompatible definitions.
So you're saying that in MPC8349ITX.h, I should be able to delete this line:
#define CONFIG_HARC_I2C
and replace it with this line:
#define CONFIG_SOFT_I2C
and everything should still work????
No. To implement Soft I2C (bit-banging) you need to provide information about the I/O that you're using, among other things.
regards, Ben