Skip to content

Commit 4f26214

Browse files
committed
Add s0ix power domains
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 3ef2721 commit 4f26214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gpu_cfg_generator.c

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
((byte) & 0x04 ? '1' : '0'), \
2323
((byte) & 0x02 ? '1' : '0'), \
2424
((byte) & 0x01 ? '1' : '0')
25+
#define CONFIG_AP_PWRSEQ_S0IX 1
2526

2627
static bool verbose = false;
2728

0 commit comments

Comments
 (0)