Hi experts,
I am trying to modify SMSC9118 driver on EVM_omap3730 bsp. There are some hardware change in my platform .
(1) GPMC_nCS3 was used instead of original GPMC_nCS5. But i still configure the base address of 0x15000000 in the reg file.
(2) GPIO_10 was connected as IRQ pin to SMSC9221 chip( 9118 compatiable?).So i made pad change in file bsp_padcfg.h, bsp_def.h in BSP and reg file in SMSC8118 driver.
But i failed to get correct chip id by console output.
So smsc9118 initialization step can not pass, could you suggest where to change to make it work.