Skip to content

Commit 01c5bb0

Browse files
Sumit Guptavireshk
authored andcommitted
cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist
Tegra234 platform uses the tegra194-cpufreq driver, so add it to the blocklist in cpufreq-dt-platdev driver to avoid the cpufreq driver registration from there. Signed-off-by: Sumit Gupta <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 1a6a8b0 commit 01c5bb0

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
@@ -137,6 +137,7 @@ static const struct of_device_id blocklist[] __initconst = {
137137
{ .compatible = "nvidia,tegra30", },
138138
{ .compatible = "nvidia,tegra124", },
139139
{ .compatible = "nvidia,tegra210", },
140+
{ .compatible = "nvidia,tegra234", },
140141

141142
{ .compatible = "qcom,apq8096", },
142143
{ .compatible = "qcom,msm8996", },

0 commit comments

Comments
 (0)