]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
PDK-5588:FIxed the default dmTimer frequency
authorAravind Batni <aravindbr@ti.com>
Mon, 20 Apr 2020 13:40:09 +0000 (09:40 -0400)
committerSivaraj R <sivaraj@ti.com>
Sat, 25 Apr 2020 15:38:44 +0000 (10:38 -0500)
Signed-off-by: Aravind Batni <aravindbr@ti.com>
packages/ti/osal/soc/j721e/osal_soc.h

index 0c8c23ec72ba042db53655777f6d64040e1aab70..ba7c5e4a947c56defb56f09792679ad6589b40d5 100644 (file)
@@ -64,7 +64,7 @@ extern "C" {
 #undef   TIMERP_TIMER_FREQ_HI
 #endif
 
-#define  TIMERP_TIMER_FREQ_LO   ((int32_t) 25000000)
+#define  TIMERP_TIMER_FREQ_LO   ((int32_t) 19200000)
 #define  TIMERP_TIMER_FREQ_HI   ((int32_t) 0)
 
 #define TimerP_numTimerDevices          ((uint32_t) 20U )