Re: [PATCH v1 1/2] arm64: dts: qcom: sc7280: Add cpufreq hw node

2021-04-20 Thread Matthias Kaehlcke
On Sat, Apr 10, 2021 at 07:34:39AM +0530, Taniya Das wrote: > Add cpufreq HW device node to scale 4-Silver/3-Gold/1-Gold+ > cores on SC7280 SoCs. > > Signed-off-by: Taniya Das Reviewed-by: Matthias Kaehlcke

Re: [PATCH v1 1/2] arm64: dts: qcom: sc7280: Add cpufreq hw node

2021-04-09 Thread Stephen Boyd
Quoting Taniya Das (2021-04-09 19:04:39) > @@ -1116,6 +1124,17 @@ > #clock-cells = <1>; > }; > }; > + > + cpufreq_hw: cpufreq@18591000 { > + compatible = "qcom,cpufreq-epss"; > +

[PATCH v1 1/2] arm64: dts: qcom: sc7280: Add cpufreq hw node

2021-04-09 Thread Taniya Das
Add cpufreq HW device node to scale 4-Silver/3-Gold/1-Gold+ cores on SC7280 SoCs. Signed-off-by: Taniya Das --- arch/arm64/boot/dts/qcom/sc7280.dtsi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi