[PATCH 2/2] cpufreq: qcom-cpufreq-hw: add support for 4 freq domains

Neil Armstrong posted 2 patches 2 years, 3 months ago
[PATCH 2/2] cpufreq: qcom-cpufreq-hw: add support for 4 freq domains
Posted by Neil Armstrong 2 years, 3 months ago
Add support for up to 4 frequency domains as used on new
platforms.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 drivers/cpufreq/qcom-cpufreq-hw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/qcom-cpufreq-hw.c b/drivers/cpufreq/qcom-cpufreq-hw.c
index f24cf2eddf1e..70b0f21968a0 100644
--- a/drivers/cpufreq/qcom-cpufreq-hw.c
+++ b/drivers/cpufreq/qcom-cpufreq-hw.c
@@ -28,7 +28,7 @@
 
 #define GT_IRQ_STATUS			BIT(2)
 
-#define MAX_FREQ_DOMAINS		3
+#define MAX_FREQ_DOMAINS		4
 
 struct qcom_cpufreq_soc_data {
 	u32 reg_enable;

-- 
2.34.1
Re: [PATCH 2/2] cpufreq: qcom-cpufreq-hw: add support for 4 freq domains
Posted by Konrad Dybcio 2 years, 3 months ago
On 21.08.2023 09:39, Neil Armstrong wrote:
> Add support for up to 4 frequency domains as used on new
> platforms.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad