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:
@@ -60,7 +60,7 @@
|
||||
|
||||
&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-names = "default";
|
||||
status = "disabled";
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
&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-names = "default";
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user