Skip to content

Commit 945fc28

Browse files
DhruvaG2000vireshk
authored andcommitted
cpufreq: dt-platdev: Add ti,am62l3 to blocklist
Add AM62L3 SoC to the dt-platdev blocklist to ensure proper handling of CPUFreq functionality. The AM62L3 will use its native TI CPUFreq driver implementation instead of the generic dt-platdev driver. This follows the same pattern as other TI SoCs like AM62A7, AM62D2, and AM62P5 which have been previously added to this blocklist. Reviewed-by: Kendall Willis <k-willis@ti.com> Signed-off-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 94dbce6 commit 945fc28

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
@@ -196,6 +196,7 @@ static const struct of_device_id blocklist[] __initconst = {
196196
{ .compatible = "ti,am625", },
197197
{ .compatible = "ti,am62a7", },
198198
{ .compatible = "ti,am62d2", },
199+
{ .compatible = "ti,am62l3", },
199200
{ .compatible = "ti,am62p5", },
200201

201202
{ .compatible = "qcom,ipq5332", },

0 commit comments

Comments
 (0)