Can someone point me to a right direction to do this?
After I removed the device tree configurations for I2C2 and I2C3, the enumerated interface becomes like thins:
I2C1 is enumerated as /dev/i2c-0
I2C4 is enumerated as /dev/i2c-1
However, I want the enumerated interfaces to match the physical IOMUX names, as
I2C1 is to be as /dev/i2c-0
I2C4 is to be as /dev/i2c-3
Thanks,
-- Joe