mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ODROID-M1: dtb/dtbo: Change the can0 clock setting location to the parent device tree
Signed-off-by: Steve Jeong <steve@how2flow.net> Change-Id: I02e34573ac00bba7a8b182930a25f5a942b43d48
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
assigned-clock-rates = <200000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -108,6 +108,8 @@
|
||||
&can0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&can0m0_pins>;
|
||||
assigned-clocks = <&cru CLK_CAN0>;
|
||||
assigned-clock-rates = <200000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user