arm64: dts: ti: k3-am642-phyboard-electra-rdk: Increase CAN max bitrate
authorNathan Morrisson <nmorrisson@phytec.com>
Tue, 2 Apr 2024 16:08:25 +0000 (09:08 -0700)
committerNishanth Menon <nm@ti.com>
Wed, 10 Apr 2024 00:29:15 +0000 (19:29 -0500)
The phyBOARD-Electra has two TCAN1044VDD CAN transceivers which
support 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-3-nmorrisson@phytec.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am642-phyboard-electra-rdk.dts

index dc774f9c75417158dfd417e1d286ee77bce5751b..6df331ccb970db06fd0118e8105ff3f03a1972d2 100644 (file)
@@ -42,7 +42,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&can_tc1_pins_default>;
                #phy-cells = <0>;
-               max-bitrate = <5000000>;
+               max-bitrate = <8000000>;
                standby-gpios = <&main_gpio0 32 GPIO_ACTIVE_HIGH>;
        };
 
@@ -51,7 +51,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&can_tc2_pins_default>;
                #phy-cells = <0>;
-               max-bitrate = <5000000>;
+               max-bitrate = <8000000>;
                standby-gpios = <&main_gpio0 35 GPIO_ACTIVE_HIGH>;
        };