Hello ,
I am facing an issue wrt two i2c buses I2C3 and I2C4 where i am not able to perform any i2c transaction. I have enabled both i2c in device tree. still am not able to bring the bus up. Can anyone help me out in this. am attaching my device tree and result of i2c transaction.
LX2160A-RDB
Solved! Go to Solution.
Please also check your RCW, in the last one you shared there is a mistake
The value of those field to use them as IIC is 0b000.
Your issue could be related with your dts configuration, please double check it and only include the ones you are using.
In your log there is a warning: ERROR: invalid device tree
Please use the one for the LX2160ARDB as reference:
https://github.com/nxp-qoriq/u-boot/blob/lf_v2024.04/arch/arm/dts/fsl-lx2160a-rdb.dts
Please also check your RCW, in the last one you shared there is a mistake
The value of those field to use them as IIC is 0b000.
Hello,
Please share the RCW configuration you are using, also test the I2C first on u-boot and share the complete log file in a .txt format.
Are you using the BSP ? what version?