lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20180402091617.GA3572@vireshk-i7> Date: Mon, 2 Apr 2018 14:46:17 +0530 From: Viresh Kumar <viresh.kumar@...aro.org> To: Ilia Lin <ilialin@...eaurora.org> Cc: mturquette@...libre.com, sboyd@...nel.org, robh@...nel.org, mark.rutland@....com, rjw@...ysocki.net, lgirdwood@...il.com, broonie@...nel.org, andy.gross@...aro.org, david.brown@...aro.org, catalin.marinas@....com, will.deacon@....com, linux-clk@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org, linux-arm-msm@...r.kernel.org, linux-soc@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, rnayak@...eaurora.org, amit.kucheria@...aro.org, nicolas.dechesne@...aro.org, celster@...eaurora.org, tfinkel@...eaurora.org Subject: Re: [PATCH v4 08/14] dt: qcom: Add opp and thermal to the msm8996 On 30-03-18, 00:26, Ilia Lin wrote: > Signed-off-by: Ilia Lin <ilialin@...eaurora.org> > --- > arch/arm64/boot/dts/qcom/msm8996.dtsi | 275 +++++++++++++++++++++++++++++++++- > 1 file changed, 267 insertions(+), 8 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi > index 410ae78..a0792bd 100644 > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi > @@ -14,6 +14,7 @@ > #include <dt-bindings/clock/qcom,gcc-msm8996.h> > #include <dt-bindings/clock/qcom,mmcc-msm8996.h> > #include <dt-bindings/clock/qcom,rpmcc.h> > +#include <dt-bindings/thermal/thermal.h> > > / { > model = "Qualcomm Technologies, Inc. MSM8996"; > @@ -97,6 +98,11 @@ > compatible = "qcom,kryo"; > reg = <0x0 0x0>; > enable-method = "psci"; > + clocks = <&kryocc 0>; > + operating-points-v2 = <&cluster0_opp>; > + cooling-min-level = <0>; > + cooling-max-level = <15>; The min/max properties are removed from DT documentation now. You don't need to add them anymore. > + cluster0_opp: opp_table0 { > + compatible = "operating-points-v2"; > + opp-shared; Is Kryo like krait where CPUs do DVFS independently ? If yes, then opp-shared thing should be dropped. > + > + opp-307200000 { > + opp-hz = /bits/ 64 < 307200000 >; Why have you added spaces after < and before > here ? -- viresh
Powered by blists - more mailing lists