Skip to content

Commit a08e1b6

Browse files
MrVanvireshk
authored andcommitted
cpufreq: Add i.MX7ULP to cpufreq-dt-platdev blacklist
Add i.MX7ULP to cpufreq-dt-platdev blacklist. Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 59b55c1 commit a08e1b6

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
@@ -105,6 +105,7 @@ static const struct of_device_id blacklist[] __initconst = {
105105
{ .compatible = "calxeda,highbank", },
106106
{ .compatible = "calxeda,ecx-2000", },
107107

108+
{ .compatible = "fsl,imx7ulp", },
108109
{ .compatible = "fsl,imx7d", },
109110
{ .compatible = "fsl,imx8mq", },
110111
{ .compatible = "fsl,imx8mm", },

0 commit comments

Comments
 (0)