Hi all, The Microchip ATA6561 is a High-Speed CAN Transceiver with Standby Mode, and it is pin-compatible with TI TCAN1042. Therefore, this patch series extends support for the TI TCAN1042 DT bindings and the generic CAN Transceiver PHY driver. This CAN transceiver is a popular chip that I have used in my boards. I decided to add support for ATA6561 to the kernel, as I believe it would be beneficial. Thank you for your feedback! Ilya Orazov (2): dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561 phy: phy-can-transceiver: Add support for Microchip ATA6561 Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml | 1 + drivers/phy/phy-can-transceiver.c | 4 ++++ 2 files changed, 5 insertions(+) -- 2.34.1