Re: [PATCH v2 6/7] riscv: Update Kendryte device tree for new CLINT driver

2020-08-20 Thread Sean Anderson
On 8/20/20 3:45 AM, Bin Meng wrote: > On Wed, Jul 29, 2020 at 5:57 PM Sean Anderson wrote: >> >> AFAIK because the K210 clock driver does not come up until after >> relocation, the clint will always use the clock-frequency parameter. >> Ideally, it should update itself after relocation to take int

Re: [PATCH v2 6/7] riscv: Update Kendryte device tree for new CLINT driver

2020-08-20 Thread Bin Meng
On Wed, Jul 29, 2020 at 5:57 PM Sean Anderson wrote: > > AFAIK because the K210 clock driver does not come up until after > relocation, the clint will always use the clock-frequency parameter. > Ideally, it should update itself after relocation to take into account the > actual CPU frequency. > >

[PATCH v2 6/7] riscv: Update Kendryte device tree for new CLINT driver

2020-07-29 Thread Sean Anderson
AFAIK because the K210 clock driver does not come up until after relocation, the clint will always use the clock-frequency parameter. Ideally, it should update itself after relocation to take into account the actual CPU frequency. Signed-off-by: Sean Anderson --- Changes in v2: - New arch/risc