boards: nxp: imx93_evk: remove deprecated CAN controller properties

Remove the deprecated CAN controller properties "bus-speed" and
"bus-speed-data" and rely on the Kconfig defaults.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2024-06-05 17:32:37 +00:00 committed by David Leach
commit 72715531e4

View file

@ -159,8 +159,6 @@
&flexcan2 { &flexcan2 {
pinctrl-0 = <&flexcan2_default>; pinctrl-0 = <&flexcan2_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
phys = <&can_phy0>; phys = <&can_phy0>;
status = "okay"; status = "okay";
}; };