CAN MCP2562FD driver for NX and NANO

Hello Team,

I am using MCP2562FD ( High-speed CAN FD Transceiver with Standby Mode and VIO Pin) in my Custom Carrier board.But i could not find its driver in , Please help me with its driver.

I would request @shgarg @Wilkins @spatra @kayccc and other member to please help.

1 Like

Hi,
Driver is present here:
drivers/net/can/spi/mcp251x.c
It has a support for MCP25625 as well in kernel upstream.

Hello @shgarg

Thanks for the reply .For suppose if we have to add a driver then…

Like in case of NX , if we have to add any .dts file or we need to add any node in dts file then we prefer this path “kernel/Linux_for_Tegra/source/public/hardware/nvidia/platform/t19x/jakku/kernel-dts/”

But in case of NANO ,

  1. What will be the path to add a ,dts file or to add a node in dts file.
  2. Which will be the main dts file. (like where we can include our .dtsi file) .

@shgarg

As you told this driver (drivers/net/can/spi/mcp251x.c) is for MCP25625 as well in kernel upstream ,
but mine part number is MCP2562FD , is the above driver same for both the part numbers.

But my CAN transreciever part number is MCP2562FD.

Duplicate of Driver of CAN MCP2562FD for NX and NANO - #5 by shgarg
Replied in above thread.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.