arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Increase CAN max bitrate
authorNathan Morrisson <nmorrisson@phytec.com>
Tue, 2 Apr 2024 16:08:24 +0000 (09:08 -0700)
committerNishanth Menon <nm@ti.com>
Wed, 10 Apr 2024 00:29:15 +0000 (19:29 -0500)
The phyBOARD-Lyra has one TCAN1044VDD CAN transceiver which supports
CAN FD at 8 Mbps.

Increase the maximum bitrate to 8 Mbps.

Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20240402160825.1516036-2-nmorrisson@phytec.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts

index a83a90497857662d7d0fc51e9d530949ffc51f79..e225d76d02c8c60a587e92e6f826a57d38883b21 100644 (file)
@@ -31,7 +31,7 @@
        can_tc1: can-phy0 {
                compatible = "ti,tcan1042";
                #phy-cells = <0>;
-               max-bitrate = <5000000>;
+               max-bitrate = <8000000>;
                standby-gpios = <&gpio_exp 1 GPIO_ACTIVE_HIGH>;
        };