Re: [PATCH RFC 0/2] CAN TRANSCEIVER: Add support for setting mux
From: Aswath Govindraju <hidden>
Date: 2021-11-22 13:04:24
Also in:
linux-can, linux-phy, lkml
From: Aswath Govindraju <hidden>
Date: 2021-11-22 13:04:24
Also in:
linux-can, linux-phy, lkml
Hi all, On 11/11/21 10:13 pm, Aswath Govindraju wrote:
On some boards, for routing CAN signals from controller to transceiver, muxes might need to be set. Therefore, add support for setting the mux by reading the mux-controls property from the device tree node. Aswath Govindraju (2): dt-bindings: phy: ti,tcan104x-can: Document mux-controls property phy: phy-can-transceiver: Add support for setting mux
Thank you for the comments. I have posted a v2 for this series after making the changes that were requested. Link to v2, - https://patchwork.kernel.org/project/linux-phy/list/?series=583917 Thanks, Aswath
.../bindings/phy/ti,tcan104x-can.yaml | 6 ++++++ drivers/phy/phy-can-transceiver.c | 21 +++++++++++++++++++ 2 files changed, 27 insertions(+)