[PATCH] ARM: rockchip: Add missing call to arm_cpu_lowlevel_init() for rk3568
Sascha Hauer
sha at pengutronix.de
Mon Oct 16 21:59:52 PDT 2023
On Mon, Oct 16, 2023 at 05:24:32PM +0300, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <eagle.alexander923 at gmail.com>
> ---
> arch/arm/mach-rockchip/rk3568.c | 2 ++
> 1 file changed, 2 insertions(+)
Applied, thanks
Sascha
>
> diff --git a/arch/arm/mach-rockchip/rk3568.c b/arch/arm/mach-rockchip/rk3568.c
> index c0453ea0c4..75b0824479 100644
> --- a/arch/arm/mach-rockchip/rk3568.c
> +++ b/arch/arm/mach-rockchip/rk3568.c
> @@ -93,6 +93,8 @@ static void qos_priority_init(void)
>
> void rk3568_lowlevel_init(void)
> {
> + arm_cpu_lowlevel_init();
> +
> /*
> * When perform idle operation, corresponding clock can
> * be opened or gated automatically.
> --
> 2.38.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list