ARM global timer initial prescaler value

configname: CONFIG_ARM_GT_INITIAL_PRESCALER_VAL

Linux Kernel Configuration
└─>Device Drivers
└─>Clock Source drivers
└─>ARM global timer initial prescaler value
In linux kernel since version 5.2 (release Date: 2019-07-07)  
When the ARM global timer initializes, its current rate is declared
to the kernel and maintained forever. Should its parent clock
change, the driver tries to fix the timer's internal prescaler.
On some machs (i.e. Zynq) the initial prescaler value thus poses
bounds about how much the parent clock is allowed to decrease or
increase wrt the initial clock value.
This affects CPU_FREQ max delta from the initial frequency.