On 19.01.2025 1:00 PM, Taniya Das wrote: > Add cpufreq-hw node to support CPU frequency scaling. > > Signed-off-by: Taniya Das <quic_tdas@xxxxxxxxxxx> > --- [...] > + cpufreq_hw: cpufreq@18323000 { > + compatible = "qcom,sc7180-cpufreq-hw", qcom,cpufreq-hw"; > + reg = <0 0x18323000 0 0x1400>, <0 0x18325800 0 0x1400>; > + reg-names = "freq-domain0", "freq-domain1"; > + > + clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>; > + clock-names = "xo", "alternate"; > + > + #freq-domain-cells = <1>; > + #clock-cells = <1>; > + }; This should be a child of the /soc node Konrad