Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <viresh.kumar@linaro.org>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>
Link: https://lore.kernel.org/r/20240325-ipq5321-sku-support-v2-3-f30ce244732f@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Kathiravan Thirumoorthy and committed by
Bjorn Andersson
14ef045b 8ddfb4a8

+1
+1
drivers/cpufreq/qcom-cpufreq-nvmem.c
··· 191 191 case QCOM_ID_IPQ5312: 192 192 case QCOM_ID_IPQ5302: 193 193 case QCOM_ID_IPQ5300: 194 + case QCOM_ID_IPQ5321: 194 195 case QCOM_ID_IPQ9514: 195 196 case QCOM_ID_IPQ9550: 196 197 case QCOM_ID_IPQ9554: