diff options
author | Kathiravan Thirumoorthy <[email protected]> | 2024-03-25 21:19:50 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-05-27 12:05:14 -0500 |
commit | 14ef045bbd27430dc92c8b4613caaf41e82f47e0 (patch) | |
tree | 9c4a16af3ac983c490b03a144fd9868812472e3d | |
parent | 8ddfb4a8e093689859184abf52fe15cd2523c6b9 (diff) |
cpufreq: qcom-nvmem: add support for IPQ5321
Like all other SoCs in IPQ5332 family, cpufreq for IPQ5321 is also
determined by the eFuse, with the maximum limit of 1.1GHz. Add support
for the same.
Acked-by: Viresh Kumar <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Signed-off-by: Kathiravan Thirumoorthy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | drivers/cpufreq/qcom-cpufreq-nvmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/qcom-cpufreq-nvmem.c b/drivers/cpufreq/qcom-cpufreq-nvmem.c index ea05d9d67490..0a46b5d49d32 100644 --- a/drivers/cpufreq/qcom-cpufreq-nvmem.c +++ b/drivers/cpufreq/qcom-cpufreq-nvmem.c @@ -191,6 +191,7 @@ static int qcom_cpufreq_kryo_name_version(struct device *cpu_dev, case QCOM_ID_IPQ5312: case QCOM_ID_IPQ5302: case QCOM_ID_IPQ5300: + case QCOM_ID_IPQ5321: case QCOM_ID_IPQ9514: case QCOM_ID_IPQ9550: case QCOM_ID_IPQ9554: |