Skip to content

Commit 6b6349d

Browse files
kholkvireshk
authored andcommitted
cpufreq: blocklist MSM8998 in cpufreq-dt-platdev
Add the MSM8998 to the blocklist since the CPU scaling on this platform is handled by a separate driver. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> Tested-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent fd45940 commit 6b6349d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ static const struct of_device_id blocklist[] __initconst = {
143143

144144
{ .compatible = "qcom,apq8096", },
145145
{ .compatible = "qcom,msm8996", },
146+
{ .compatible = "qcom,msm8998", },
146147
{ .compatible = "qcom,qcs404", },
147148
{ .compatible = "qcom,sa8155p" },
148149
{ .compatible = "qcom,sa8540p" },

0 commit comments

Comments
 (0)