[PATCH 1/3] rockchip: rk3328: add COUNTER_FREQUENCY definition
Kever Yang
kever.yang at rock-chips.com
Tue Dec 31 11:01:57 CET 2019
The arch timer needs COUNTER_FREQUENCY to get correct counter, add it to
make the timer works correct.
Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---
include/configs/rk3328_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/rk3328_common.h b/include/configs/rk3328_common.h
index b14da3a626..407e5d2931 100644
--- a/include/configs/rk3328_common.h
+++ b/include/configs/rk3328_common.h
@@ -11,6 +11,7 @@
#define CONFIG_IRAM_BASE 0xff090000
#define CONFIG_ROCKCHIP_STIMER_BASE 0xff1d0020
+#define COUNTER_FREQUENCY 24000000
#define CONFIG_SYS_CBSIZE 1024
#define CONFIG_SKIP_LOWLEVEL_INIT
--
2.17.1
More information about the U-Boot
mailing list