This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Write a word in u-boot

Hi

I'm trying to control MSP430 by I2C in u-boot

I have a problem with I2C driver "omap24xx_i2c.c"

It's only provide i2c_write_byte function, but I want to write a word

Is there has any new driver provide i2c_write_word function

Thanks