Hi All,
I am using PROCESSOR_SDK_VISION_03_07_00_00 with Linux on A15. I Have disabled i2c4 from the file dra76-evm-infoadas.dts by using the following:
#define DISABLE_COMPLETE(label) &label { status = "disabled"; ti,no-idle; ti,no-reset-on-init; }
DISABLE_COMPLETE(i2c4);
The pin mux I have done from uboot in mux_data.h
{GPMC_A0, (M7 | PIN_INPUT_PULLUP )}, /* gpmc_a0.i2c4.scl */
{GPMC_A1, (M7 | PIN_INPUT_PULLUP)}, /* gpmc_a1.i2c4.sda */
I know that I2C4 comes from the following pins:
i2c4_scl comes out on:
M1 --> gpmc_a0
D17 --> mcasp1_fsr
B25 --> mcasp4_fsx
v5 --> mmc1_sdwp
We are using M1 (gpmc_a0 and gpmc_a1) for I2C.
I am not able to detect I2C4 on VSDK. I have done pinmuxing in VSDK too in the file bsp_boardTda2xx.c.
It looks as if i2c4 is disabled in VSDK . Can anyone please let me know how to enable I2C4 (BSP_DEVICE_I2C_INST_ID_3) in VSDK.
Thanks,
Deepika