Message ID | cover.1674037830.git.geert+renesas@glider.be |
---|---|
Headers | show |
Series | phy: Add support for NXP TJR1443 CAN Transceiver | expand |
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>
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
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