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 <[email protected]> Tested-by: Jeffrey Hugo <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Caleb Connolly <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent fd45940 commit 6b6349d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)