This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
TI的技术专家您好!
请问 TCAN4550 的 Linux 驱动是否推荐使用以下链接的文件?
针对这份源码,有2个问题:
1. 是否有 dts 文件修改的建议?目前只看到 compatible 字段:
504 static const struct of_device_id tcan4x5x_of_match[] = {
505 { .compatible = "ti,tcan4x5x", },
506 { }
507 };
2. 是否有用户态使用示例代码?
在该驱动代码中,没有看到 net_device_ops 的实现方法,所以应该没有使用 CAN Socket 的框架。
只看到 m_can_ops ,不知能否询问一下是否有配套的用户态使用范例。
谢谢!
白岩
2021.06.25