ARM: dts: rockchip: rk3506 boards: Modify can init freq to 300M.

200M is not an integer frequency.
300M is more suitable.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I7a6ce23a47691fbdc6180f9cb63b832950bc2f59
This commit is contained in:
Elaine Zhang
2024-11-25 18:56:53 +08:00
committed by Tao Huang
parent 48e24d8aca
commit 941eb09f51
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@
&can0 { &can0 {
assigned-clocks = <&cru CLK_CAN0>; assigned-clocks = <&cru CLK_CAN0>;
assigned-clock-rates = <200000000>; assigned-clock-rates = <300000000>;
pinctrl-0 = <&rm_io30_can0_tx &rm_io31_can0_rx>; pinctrl-0 = <&rm_io30_can0_tx &rm_io31_can0_rx>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "disabled"; status = "disabled";

View File

@@ -225,7 +225,7 @@
&can0 { &can0 {
assigned-clocks = <&cru CLK_CAN0>; assigned-clocks = <&cru CLK_CAN0>;
assigned-clock-rates = <200000000>; assigned-clock-rates = <300000000>;
pinctrl-0 = <&rm_io27_can0_tx &rm_io28_can0_rx>; pinctrl-0 = <&rm_io27_can0_tx &rm_io28_can0_rx>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";