Skip to content

Commit 8b8eb85

Browse files
bryanbrattlofvireshk
authored andcommitted
cpufreq: dt-platdev: add am62p5 to blocklist
The am62p5 family of SoCs is a variation of the am625 and am62a7 SoC family. Add this device along with the devices which will use the operating-points-v2 property. Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent c12f0d0 commit 8b8eb85

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
@@ -178,6 +178,7 @@ static const struct of_device_id blocklist[] __initconst = {
178178
{ .compatible = "ti,omap3", },
179179
{ .compatible = "ti,am625", },
180180
{ .compatible = "ti,am62a7", },
181+
{ .compatible = "ti,am62p5", },
181182

182183
{ .compatible = "qcom,ipq8064", },
183184
{ .compatible = "qcom,apq8064", },

0 commit comments

Comments
 (0)