mbox series

[v2,0/3] Add Support for MCAN in AM654x-idk

Message ID 20200217142836.23702-1-faiz_abbas@ti.com
Headers show
Series Add Support for MCAN in AM654x-idk | expand

Message

Faiz Abbas Feb. 17, 2020, 2:28 p.m. UTC
This series adds driver patches to support MCAN in TI's AM654x-idk.

v2: Model the sandby line to the transceiver as a regulator.

Faiz Abbas (3):
  dt-bindings: m_can: Add Documentation for transceiver regulator
  can: m_can: m_can_platform: Add support for enabling transceiver
  arm64: defconfig: Add Support for Bosch M_CAN controllers

 Documentation/devicetree/bindings/net/can/m_can.txt | 3 +++
 arch/arm64/configs/defconfig                        | 3 +++
 drivers/net/can/m_can/m_can_platform.c              | 6 ++++++
 3 files changed, 12 insertions(+)