Re: Describing the STB pin of the CAN transceiver
From: Fabio Estevam <festevam@gmail.com>
Date: 2021-01-07 21:01:23
Also in:
linux-can
From: Fabio Estevam <festevam@gmail.com>
Date: 2021-01-07 21:01:23
Also in:
linux-can
On Thu, Jan 7, 2021 at 2:38 PM Fabio Estevam [off-list ref] wrote:
Hi, The imx6ul-evk uses a MC34901 CAN transceiver and the STB pin (standby_ needs to be controlled (1 = standby, 0 = normal mode) As far as I can see, there is no support for the STB pin currently in he can framework. What would be the correct way to describe it in the devicetree? Would it be acceptable to use something like this? https://pastebin.com/raw/SsY6USdT
I made a simpler approach and submitted patches for review. Thanks