Hello,
I want to switch an LED is connected to i2c IO Exander at address 0x20 and on i2c0 as soon as u-boot starts before booting the kernel.
I have tried to add i2c_write() function in evm.c but I always get undefined reference to `i2c_write' when I try to compile. I added the <i2c.h> to the evm.c file but no luck.
Any suggestions?
Thanks in advance.
Best,
Hazar