Searched hist:a40e10f1dc3e0fedd12042e8dddee0a8cad5dc30 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | armv7m_systick.c | diff a40e10f1dc3e0fedd12042e8dddee0a8cad5dc30 Thu Aug 12 04:33:52 CDT 2021 Peter Maydell <peter.maydell@linaro.org> hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scale
Now that all users of the systick devices wire up the clock inputs, use those instead of the system_clock_scale and the hardwired 1MHz value for the reference clock.
This will fix various board models where we were incorrectly providing a 1MHz reference clock instead of some other value or instead of providing no reference clock at all.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Damien Hedde <damien.hedde@greensocs.com> Message-id: 20210812093356.1946-22-peter.maydell@linaro.org
|