1 change: 1 addition & 0 deletions 1 drivers/cpufreq/cpufreq-dt-platdev.c Original file line numberDiff line numberDiff line change @@ -149,6 +149,7 @@ static const struct of_device_id blocklist[] __initconst = { { .compatible = "qcom,sdm845", }, { .compatible = "qcom,sm61...
The Qualcomm SM6375 platform uses the qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
>>> I'm using custom am33xx board where mpu voltage can be changed through >>> gpio regulator on 4.1 (latest stable) kernel. I defined gpio-regulator >>> node and also operating-points to DT. Gpio regulator seems to be >>> working fine but during probing cpufreq-dt I get error: ...
cpufreq / cpufreq-dt.c v6 v5 v4 v4.20 v4.19 v4.18 v4.17 v4.16 v4.15 v4.14 v4.13 v4.12 v4.11 v4.10 v4.9 v4.9.337 v4.9.336 v4.9.335 v4.9.334 v4.9.333 v4.9.332 v4.9.331 v4.9.330 v4.9.329 v4.9.328 v4.9.327 v4.9.326 v4.9.325 v4.9.324...
1 change: 1 addition & 0 deletions 1 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml @@ -43,6 +43,7 @@ properties: - qcom,sm8350-cpufreq-epss - qcom,sm8450-cpufreq-epss - qcom,sm8550-cpufreq-epss - qcom,sm8650-cpufreq-epss - const: qcom,cpufreq-epss reg: 0 ...