Skip to content

Commit b2b2029

Browse files
Vibhore Vardhanvireshk
authored andcommitted
cpufreq: dt-platdev: Blacklist ti,am62a7 SoC
Add ti,am62a7 SoC to the blacklist as the ti-cpufreq driver will handle creating the cpufreq-dt platform device after it completes so it is not created twice. Based on AM625 CPUFreq patch series by Dave Gerlach. Signed-off-by: Vibhore Vardhan <vibhore@ti.com> Reviewed-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 5008e4c commit b2b2029

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
@@ -167,6 +167,7 @@ static const struct of_device_id blocklist[] __initconst = {
167167
{ .compatible = "ti,dra7", },
168168
{ .compatible = "ti,omap3", },
169169
{ .compatible = "ti,am625", },
170+
{ .compatible = "ti,am62a7", },
170171

171172
{ .compatible = "qcom,ipq8064", },
172173
{ .compatible = "qcom,apq8064", },

0 commit comments

Comments
 (0)