Skip to content

Commit 7ac09e9

Browse files
committed
ODROID-COMMON: dtb/dtbo: can mcp2515 clock 16M -> 8M
solved the one-bit time that came out twice as long Signed-off-by: steve.jeong <jkhpro1003@gmail.com> Change-Id: I72d18dfdb07f2226cd7d7209f601aa49cf9cb488
1 parent 0c49ea9 commit 7ac09e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/amlogic/overlays/odroidc4/can0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__overlay__ {
1111
can0_clk: can0-clk {
1212
compatible = "fixed-clock";
13-
clock-frequency = <16000000>;
13+
clock-frequency = <8000000>;
1414
clock-output-names = "can0_clk";
1515
#clock-cells = <0>;
1616
};

arch/arm64/boot/dts/amlogic/overlays/odroidn2/can0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__overlay__ {
1111
can0_clk: can0-clk {
1212
compatible = "fixed-clock";
13-
clock-frequency = <16000000>;
13+
clock-frequency = <8000000>;
1414
clock-output-names = "can0_clk";
1515
#clock-cells = <0>;
1616
};

0 commit comments

Comments
 (0)