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

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