mbox series

[0/2] phy: Add support for NXP TJR1443 CAN Transceiver

Message ID cover.1674037830.git.geert+renesas@glider.be
Headers show
Series phy: Add support for NXP TJR1443 CAN Transceiver | expand

Message

Geert Uytterhoeven Jan. 18, 2023, 10:39 a.m. UTC
Hi all,

The NXP TJR1443 High-speed CAN transceiver with Sleep mode is a
pin-compatible alternative for the TI TCAN1043.  Hence this patch series
adds support for it to the existing TI TCAN1043 DT bindings and to the
generic CAN Transceiver PHY driver.

This has been tested on the Renesas White-Hawk development board.

Thanks for your comments!

Geert Uytterhoeven (2):
  dt-bindings: phy: ti,tcan104x-can: Document NXP TJR1443
  phy: phy-can-transceiver: Add support for NXP TJR1443

 Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml | 1 +
 drivers/phy/phy-can-transceiver.c                          | 4 ++++
 2 files changed, 5 insertions(+)

Comments

Rob Herring (Arm) Jan. 18, 2023, 4:49 p.m. UTC | #1
On Wed, 18 Jan 2023 11:39:23 +0100, Geert Uytterhoeven wrote:
> The NXP TJR1443 High-speed CAN transceiver with Sleep mode is a
> pin-compatible alternative for the TI TCAN1043.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
Marc Kleine-Budde Jan. 18, 2023, 6:55 p.m. UTC | #2
On 18.01.2023 11:39:22, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> The NXP TJR1443 High-speed CAN transceiver with Sleep mode is a
> pin-compatible alternative for the TI TCAN1043.  Hence this patch series
> adds support for it to the existing TI TCAN1043 DT bindings and to the
> generic CAN Transceiver PHY driver.
> 
> This has been tested on the Renesas White-Hawk development board.
> 
> Thanks for your comments!

For both patches:

Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>

Marc
Vinod Koul Jan. 20, 2023, 7:12 a.m. UTC | #3
On 18-01-23, 11:39, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> The NXP TJR1443 High-speed CAN transceiver with Sleep mode is a
> pin-compatible alternative for the TI TCAN1043.  Hence this patch series
> adds support for it to the existing TI TCAN1043 DT bindings and to the
> generic CAN Transceiver PHY driver.

Applied, thanks