Re: [PATCH v5 3/9] timer: Add a test for timer_timebase_fallback

2020-09-16 Thread Simon Glass
On Tue, 15 Sep 2020 at 08:17, Sean Anderson wrote: > > To test this function, sandbox CPU must set cpu_platdata.timebase_freq on > bind. It also needs to expose a method to set the current cpu. I also make > some most members of cpu_sandbox_ops static. > > On the timer side, the device tree proper

[PATCH v5 3/9] timer: Add a test for timer_timebase_fallback

2020-09-15 Thread Sean Anderson
To test this function, sandbox CPU must set cpu_platdata.timebase_freq on bind. It also needs to expose a method to set the current cpu. I also make some most members of cpu_sandbox_ops static. On the timer side, the device tree property sandbox,timebase-frequency-fallback controls whether sandbox