Re: [PATCH v2 1/2] riscv: hw: Drop "clock-frequency" property of cpu nodes

2019-09-21 Thread Bin Meng
Hi Philippe, On Sat, Sep 21, 2019 at 4:51 PM Philippe Mathieu-Daudé wrote: > > Hi Bin, > > On 9/21/19 7:41 AM, Bin Meng wrote: > > The "clock-frequency" property of cpu nodes isn't required. Drop it. > > > > This is to keep in sync with Linux kernel commit below: > >

Re: [PATCH v2 1/2] riscv: hw: Drop "clock-frequency" property of cpu nodes

2019-09-21 Thread Philippe Mathieu-Daudé
Hi Bin, On 9/21/19 7:41 AM, Bin Meng wrote: > The "clock-frequency" property of cpu nodes isn't required. Drop it. > > This is to keep in sync with Linux kernel commit below: > https://patchwork.kernel.org/patch/11133031/ What happens if you run a older kernel that doesn't contain the

[PATCH v2 1/2] riscv: hw: Drop "clock-frequency" property of cpu nodes

2019-09-20 Thread Bin Meng
The "clock-frequency" property of cpu nodes isn't required. Drop it. This is to keep in sync with Linux kernel commit below: https://patchwork.kernel.org/patch/11133031/ Signed-off-by: Bin Meng Reviewed-by: Alistair Francis --- Changes in v2: - drop the one in spike and virt machines too