Hello everyone,
We are working on enabling TJA1463 CAN transceivers on a custom board.
While reviewing the can-phy-transceiver.c file in <kernel>/drivers/phy/ inside linux-imxversion 6.6 (link), we observed that it is compatible with the TJR1443 CAN transceiver. Additionally, the TJA1463 appears to be backward compatible with previous versions of the TJx14 series.
Assuming no major differences between these two transceivers (apart from the maximum bitrate), can we simply add a new section to the compatibility field and update the device tree source (DTS) files where necessary, and expect it to function correctly?
Hello,
If no more modification need in the dtb is suppose to work.
Regards