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:
Steve Jeong
2023-11-10 15:05:22 +09:00
committed by xiane
parent e8ec4e3da5
commit 71a0cb5c3d
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,6 @@
__overlay__ {
status = "okay";
assigned-clock-rates = <200000000>;
};
};
};

View File

@@ -108,6 +108,8 @@
&can0 {
pinctrl-names = "default";
pinctrl-0 = <&can0m0_pins>;
assigned-clocks = <&cru CLK_CAN0>;
assigned-clock-rates = <200000000>;
status = "disabled";
};