On 8/4/25 1:20 PM, Varadarajan Narayanan wrote: > From: Sricharan Ramabadhran <quic_srichara@xxxxxxxxxxx> > > Add the qfprom, cpu clocks, A53 PLL and cpu-opp-table required for > CPU clock scaling. > > Signed-off-by: Sricharan Ramabadhran <quic_srichara@xxxxxxxxxxx> > [ Added interconnect related entries, fix dt-bindings errors ] > Signed-off-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx> > --- [...] > + cpu_opp_table: opp-table-cpu { > + compatible = "operating-points-v2-kryo-cpu"; > + opp-shared; > + nvmem-cells = <&cpu_speed_bin>; > + > + opp-816000000 { > + opp-hz = /bits/ 64 <816000000>; > + opp-microvolt = <1>; I just noticed this.. I don't think we have CPUs this efficient just yet Do we know some real values for these? Konrad