Skip to content

Commit 0e26c9c

Browse files
committed
dts: gd32e103_eval: fix clock config error.
fix clock config error. Signed-off-by: YuLong Yao <[email protected]>
1 parent 282622d commit 0e26c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/arm/gd32e103v_eval/gd32e103v_eval_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CONFIG_SOC_SERIES_GD32E1X=y
44
CONFIG_SOC_GD32E103VB=y
5-
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=108000000
5+
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=8000000
66

77
# Enable MPU
88
CONFIG_ARM_MPU=y

dts/arm/gigadevice/e1/gd32e1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
clk_hsi: clk-hsi {
4444
#clock-cells = <0>;
4545
compatible = "fixed-clock";
46-
clock-frequency = <DT_FREQ_M(16)>;
46+
clock-frequency = <DT_FREQ_M(8)>;
4747
status = "disabled";
4848
};
4949

0 commit comments

Comments
 (0)