Skip to content

Commit 90169ba

Browse files
committed
Radxa-e52c: reopen disabled nodes
Signed-off-by: okrc <okrc@hexo.dev>
1 parent 47db6e8 commit 90169ba

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: weosx <MB6wFudgUmttIcfwjCwGBC+weosx@noreply.cnb.cool>
3+
Date: Mon, 9 Feb 2026 17:45:09 +0800
4+
Subject: reopen disabled nodes for rk3582
5+
6+
---
7+
arch/arm/mach-rockchip/rk3588/rk3588.c | 2 ++
8+
1 file changed, 2 insertions(+)
9+
10+
diff --git a/arch/arm/mach-rockchip/rk3588/rk3588.c b/arch/arm/mach-rockchip/rk3588/rk3588.c
11+
index 111111111111..222222222222 100644
12+
--- a/arch/arm/mach-rockchip/rk3588/rk3588.c
13+
+++ b/arch/arm/mach-rockchip/rk3588/rk3588.c
14+
@@ -349,6 +349,7 @@ int ft_system_setup(void *blob, struct bd_info *bd)
15+
log_debug("ip-state: %02x %02x %02x (otp)\n",
16+
ip_state[0], ip_state[1], ip_state[2]);
17+
18+
+#if 0
19+
/* policy: fail entire big core cluster when one or more core is bad */
20+
if (ip_state[0] & FAIL_CPU_CLUSTER1)
21+
ip_state[0] |= FAIL_CPU_CLUSTER1;
22+
@@ -369,6 +370,7 @@ int ft_system_setup(void *blob, struct bd_info *bd)
23+
/* policy: always fail one rkvenc core on rk3582 */
24+
if (!(ip_state[2] & (FAIL_RKVENC0 | FAIL_RKVENC1)))
25+
ip_state[2] |= FAIL_RKVENC1;
26+
+#endif
27+
28+
log_debug("ip-state: %02x %02x %02x (policy)\n",
29+
ip_state[0], ip_state[1], ip_state[2]);
30+
--
31+
Armbian
32+

0 commit comments

Comments
 (0)