Message ID | 20250313-qcs8300-cpufreq-scaling-v1-0-d4cd3bd9c018@quicinc.com |
---|---|
Headers | show |
Series | Add support for cpufreq scaling on QCS8300 | expand |
On Thu, Mar 13, 2025 at 11:33:39AM +0530, Imran Shaik wrote: > Document compatible for cpufreq hardware on Qualcomm QCS8300 platform. > > Signed-off-by: Imran Shaik <quic_imrashai@quicinc.com> > --- > Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, Mar 13, 2025 at 11:33:39AM +0530, Imran Shaik wrote: > Document compatible for cpufreq hardware on Qualcomm QCS8300 platform. > > Signed-off-by: Imran Shaik <quic_imrashai@quicinc.com> > --- > Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Add cpufreq-hw node to support cpufreq scaling on QCS8300. Signed-off-by: Imran Shaik <quic_imrashai@quicinc.com> --- Imran Shaik (2): dt-bindings: cpufreq: cpufreq-qcom-hw: Add QCS8300 compatible arm64: dts: qcom: qcs8300: Add cpufreq scaling node .../bindings/cpufreq/cpufreq-qcom-hw.yaml | 2 ++ arch/arm64/boot/dts/qcom/qcs8300.dtsi | 26 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) --- base-commit: 9fbcd7b32bf7c0a5bda0f22c25df29d00a872017 change-id: 20250313-qcs8300-cpufreq-scaling-e361aa2536a3 Best regards,