Skip to content

Commit 5f19d09

Browse files
superna9999vireshk
authored andcommitted
cpufreq: qcom-cpufreq-hw: add support for 4 freq domains
Add support for up to 4 frequency domains as used on new platforms. Signed-off-by: Neil Armstrong <[email protected]> Acked-by: Konrad Dybcio <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 862c74a commit 5f19d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cpufreq/qcom-cpufreq-hw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#define GT_IRQ_STATUS BIT(2)
3030

31-
#define MAX_FREQ_DOMAINS 3
31+
#define MAX_FREQ_DOMAINS 4
3232

3333
struct qcom_cpufreq_soc_data {
3434
u32 reg_enable;

0 commit comments

Comments
 (0)