Skip to content

iMX6 devices: Switch powersupply for CAN/RS485 on demand

Dmitry Petrov requested to merge santino-can-rs485-fix into linux-5.15.32-seco

Address problems from "SANTINO: RS485 and CAN communication does not work" (746-001165):

  • enable CAN/RS485 transmitters;
  • add control of RS485 transmitter (receiving/transferring) via GPIO.

Notes:

  • several commits from linux-5.10.104-guf were not ported to 5.15.29-guf:
  • although we found and ported fixes from the old BSP, CAN/RS485 does not work on our Santino both in the old and existing BSPs. As we can't debug the issue further without oscilloscope, we assume that it's a malfunction of particular board.
Edited by Dmitry Petrov

Merge request reports