Tool/software:
Hi,
Iam trying to test CAN-interface for iMX8M for L6.6.23, Iam using TCAN4x5x CAN driver (tcan4x5x-core.c).
CAN driver is not getting initialised properly, Iam facing the below error prints,
[ 2.216245] can: controller area network core
[ 2.220636] NET: Registered PF_CAN protocol family
[ 2.225437] can: raw protocol
[ 2.228416] can: broadcast manager protocol
[ 2.232612] can: netlink gateway - max_hops=1
[ 2.732560] tcan4x5x spi1.0: Total size of mram config(2384) exceeds mram(2048)
[ 2.739919] tcan4x5x: probe of spi1.0 failed with error -22
But When I replace the TCAN4x5x CAN driver with previous bsp L6.1.36, CAN is getting Initialised properly,
What are the major changes done in the updated driver, How can this issue be resolved.
Regards,
Janani