[PATCH v2 2/2] riscv: Enable cpu clock if it is present

Bin Meng bmeng.cn at gmail.com
Tue Feb 4 11:36:11 CET 2020


On Mon, Feb 3, 2020 at 1:40 AM Sean Anderson <seanga2 at gmail.com> wrote:
>
> The cpu clock is probably already enabled if we are executing code
> (though we could be executing from a different core). This patch
> prevents the cpu clock or its parents from being disabled.
>
> Signed-off-by: Sean Anderson <seanga2 at gmail.com>
> ---
>   This doesn't strictly depend on the previous patch, but it doesn't
>   make too much sense without it.
>
>   Changes for v2:
>     - New
>  drivers/cpu/riscv_cpu.c | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

I believe both 2 patches in this series are needed by "riscv: Add
Sipeed Maix support" series?
If yes, I think you can just put 2 patches into the same series, to
give people a good context next time.

Regards,
Bin


More information about the U-Boot mailing list