Loading arch/arm/boot/dts/qcom/msm8996-v3.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,7 @@ }; &clock_cpu { qcom,compatible = "cpu-clock-8996-v3"; compatible = "qcom,cpu-clock-8996-v3"; /* Nominal FMAXes only until characterization completes. */ qcom,pwrcl-speedbin0-v0 = < 0 0 >, Loading drivers/clk/msm/clock-cpu-8996.c +6 −5 Original line number Diff line number Diff line Loading @@ -1265,15 +1265,16 @@ int __init cpu_clock_8996_early_init(void) u32 regval; struct device_node *ofnode; ofnode = of_find_compatible_node(NULL, NULL, "qcom,cpu-clock-8996"); if (!ofnode) return 0; ofnode = of_find_compatible_node(NULL, NULL, "qcom,cpu-clock-8996-v3"); if (ofnode) cpu_clocks_v3 = true; else { ofnode = of_find_compatible_node(NULL, NULL, "qcom,cpu-clock-8996"); if (!ofnode) return 0; } pr_info("clock-cpu-8996: configuring clocks for the perf cluster\n"); Loading Loading
arch/arm/boot/dts/qcom/msm8996-v3.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,7 @@ }; &clock_cpu { qcom,compatible = "cpu-clock-8996-v3"; compatible = "qcom,cpu-clock-8996-v3"; /* Nominal FMAXes only until characterization completes. */ qcom,pwrcl-speedbin0-v0 = < 0 0 >, Loading
drivers/clk/msm/clock-cpu-8996.c +6 −5 Original line number Diff line number Diff line Loading @@ -1265,15 +1265,16 @@ int __init cpu_clock_8996_early_init(void) u32 regval; struct device_node *ofnode; ofnode = of_find_compatible_node(NULL, NULL, "qcom,cpu-clock-8996"); if (!ofnode) return 0; ofnode = of_find_compatible_node(NULL, NULL, "qcom,cpu-clock-8996-v3"); if (ofnode) cpu_clocks_v3 = true; else { ofnode = of_find_compatible_node(NULL, NULL, "qcom,cpu-clock-8996"); if (!ofnode) return 0; } pr_info("clock-cpu-8996: configuring clocks for the perf cluster\n"); Loading