mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: rockchip: Add missing call to arm_cpu_lowlevel_init() for rk3568
@ 2023-10-16 14:24 Alexander Shiyan
  2023-10-17  4:59 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2023-10-16 14:24 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Shiyan

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
 arch/arm/mach-rockchip/rk3568.c | 2 ++
 1 file changed, 2 insertions(+)

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: rockchip: Add missing call to arm_cpu_lowlevel_init() for rk3568
  2023-10-16 14:24 [PATCH] ARM: rockchip: Add missing call to arm_cpu_lowlevel_init() for rk3568 Alexander Shiyan
@ 2023-10-17  4:59 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2023-10-17  4:59 UTC (permalink / raw)
  To: Alexander Shiyan; +Cc: barebox

On Mon, Oct 16, 2023 at 05:24:32PM +0300, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <eagle.alexander923@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 |



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-17  5:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-16 14:24 [PATCH] ARM: rockchip: Add missing call to arm_cpu_lowlevel_init() for rk3568 Alexander Shiyan
2023-10-17  4:59 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox