On Wed, 30 Aug 2023 at 21:32, Gokul Sriram P <quic_gokulsri@xxxxxxxxxxx> wrote:
Just my 2c. If 800 MHz is supported, it should be included. Even if
Sure, will update.#include <dt-bindings/interrupt-controller/arm-gic.h>c is before r.
#include <dt-bindings/clock/qcom,gcc-ipq5018.h>
#include <dt-bindings/reset/qcom,gcc-ipq5018.h>
+#include <dt-bindings/clock/qcom,apss-ipq.h>
[...]
As per the h/w design team, there is negligible power or thermal benefitI can only guess that it's not validated at 800MHz.Isn't this contradictory? If it is running at 800 initially, then itHi Krzysztof,+ cpu_opp_table: opp-table-cpu {And the rest of OPPs?
+ compatible = "operating-points-v2";
+ opp-shared;
+
+ opp-1008000000 {
+ opp-hz = /bits/ 64 <1008000000>;
+ opp-microvolt = <1100000>;
+ clock-latency-ns = <200000>;
IPQ5018 only supports running at 1.1GHz, but its running at 800MHz
by default from the bootloader so there is only one OPP.
supports running at 800...
by lowering to 800MHz clock.
Hence, 800MHz opp wasn't included here.
just to prevent the kernel from throwing a warning about the CPU
running at the unsupported frequency. Then one can use scheduler
tunings to prevent the CPU from going to 800 MHz state.