Skip to content

Commit

Permalink
cpufreq: dt: platdev: Add MSM8909 to blocklist
Browse files Browse the repository at this point in the history
MSM8909 uses qcom-cpufreq-nvmem to attach power domains and to parse the
speedbin from NVMEM (for opp-supported-hw).

Signed-off-by: Stephan Gerhold <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
[ Viresh: Fixed order in table ]
Signed-off-by: Viresh Kumar <[email protected]>
  • Loading branch information
stephan-gh authored and vireshk committed Sep 28, 2023
1 parent 0361e81 commit 40f6be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "nvidia,tegra234", },

{ .compatible = "qcom,apq8096", },
{ .compatible = "qcom,msm8909", },
{ .compatible = "qcom,msm8996", },
{ .compatible = "qcom,msm8998", },
{ .compatible = "qcom,qcm2290", },
Expand Down

0 comments on commit 40f6be3

Please sign in to comment.