Re: [PATCH] riscv: dts: microchip: Define hart clocks

From: Bin Meng
Date: Thu Jul 08 2021 - 09:39:57 EST


On Wed, Jun 16, 2021 at 2:27 PM Bin Meng <bmeng.cn@xxxxxxxxx> wrote:
>
> From: Bin Meng <bin.meng@xxxxxxxxxxxxx>
>
> Declare that each hart in the DT is clocked by <&clkcfg 0>.
>
> Signed-off-by: Bin Meng <bin.meng@xxxxxxxxxxxxx>
>
> ---
> Similar to https://patchwork.kernel.org/project/linux-riscv/patch/1592308864-30205-3-git-send-email-yash.shah@xxxxxxxxxx/,
> this adds the same <clock> property to PolarFire SoC CPU nodes so that we can
> calculate the running frequency of the hart.
>
> arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>

Ping?