clk: at91: sama7g5: fix compilation error
[linux-2.6-microblaze.git] / drivers / cpufreq / qcom-cpufreq-nvmem.c
index a1b8238..d06b378 100644 (file)
@@ -277,7 +277,7 @@ static int qcom_cpufreq_probe(struct platform_device *pdev)
        if (!np)
                return -ENOENT;
 
-       ret = of_device_is_compatible(np, "operating-points-v2-qcom-cpu");
+       ret = of_device_is_compatible(np, "operating-points-v2-kryo-cpu");
        if (!ret) {
                of_node_put(np);
                return -ENOENT;