Hi guys,
i'm having a custom DM385 CBB board, i was adding support for peripheral devices in board-dm385cbb.c file. i have a device EP9351(hdmi receiver) which has address of 0x78. As it is independent device so their is no driver support is needed but it is connected to our dm385 so i wanted to add device info in board-dm385cbb.c file.
{
I2C_BOARD_INFO("ep9351", 0x78),//(i2c-0 bus)
},
after building and flashing uImage. In board shell prompt i have given i2cdetect -r 1
i2cdetect -r 1
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-1 using read byte commands.
I will probe address range 0x03-0x77.
As you can see it can read an i2c address till 0x77 but my device address is 0x78. can anyone suggest what i can do to sort these issue.
one more little help i'm getting an error of i2c
omap_i2c omap_i2c.1: timeout waiting for bus ready (at board booting time also i'm facing these error and also at i2cdetect -r 1)
can anyone suggest what can be done to avoid above error.
regards,
Ganesh