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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <80efc386-6895-e67b-d26d-7ecf61e42d51@somainline.org>
Date:   Wed, 4 Aug 2021 21:52:27 +0200
From:   Konrad Dybcio <konrad.dybcio@...ainline.org>
To:     Thara Gopinath <thara.gopinath@...aro.org>, agross@...nel.org,
        bjorn.andersson@...aro.org, robh+dt@...nel.org
Cc:     linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: qcom: sm8150: Fix incorrect cpu opp table
 entry


On 04.08.2021 15:28, Thara Gopinath wrote:
> CPU0 frequency 768MHz is wrongly modeled as 576000000 hz in
> cpu0_opp_table. Use the correct value 768000000 hz.
>
> Signed-off-by: Thara Gopinath <thara.gopinath@...aro.org>

Reviewed-by: Konrad Dybcio <konrad.dybcio@...ainline.org>


> ---
>  arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
> index cbf0d8d7d76d..5e6471e5e2fc 100644
> --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
> @@ -319,7 +319,7 @@ cpu0_opp5: opp-672000000 {
>  		};
>  
>  		cpu0_opp6: opp-768000000 {
> -			opp-hz = /bits/ 64 <576000000>;
> +			opp-hz = /bits/ 64 <768000000>;
>  			opp-peak-kBps = <1804000 19660800>;
>  		};
>  
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ