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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ad1ecbab-f138-45fa-9faf-2b27c0f6d536@quicinc.com>
Date:   Mon, 25 Sep 2023 12:49:53 +0530
From:   Gokul Sriram P <quic_gokulsri@...cinc.com>
To:     Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
CC:     <agross@...nel.org>, <andersson@...nel.org>,
        <konrad.dybcio@...aro.org>, <mturquette@...libre.com>,
        <sboyd@...nel.org>, <robh+dt@...nel.org>,
        <krzysztof.kozlowski+dt@...aro.org>, <jassisinghbrar@...il.com>,
        <linux-arm-msm@...r.kernel.org>, <linux-clk@...r.kernel.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <quic_varada@...cinc.com>, <quic_srichara@...cinc.com>
Subject: Re: [PATCH V2 3/3] arm64: dts: qcom: ipq5018: enable the CPUFreq
 support


On 9/24/2023 12:45 AM, Dmitry Baryshkov wrote:
> On Fri, 22 Sept 2023 at 11:44, Gokul Sriram Palanisamy
> <quic_gokulsri@...cinc.com> wrote:
>> @@ -181,6 +203,24 @@ v2m1: v2m@...0 {
>>                          };
>>                  };
>>
>> +               a53pll: clock@...6000 {
>> +                       compatible = "qcom,ipq5018-a53pll";
>> +                       reg = <0x0b116000 0x40>;
>> +                       #clock-cells = <0>;
>> +                       clocks = <&xo_board_clk>;
>> +                       clock-names = "xo";
>> +               };
>> +
>> +               apcs_glb: mailbox@...1000 {
>> +                       compatible = "qcom,ipq5018-apcs-apps-global",
>> +                                    "qcom,ipq6018-apcs-apps-global";
>> +                       reg = <0x0b111000 0x1000>;
>> +                       #clock-cells = <1>;
>> +                       clocks = <&a53pll>, <&xo_board_clk>, <&gcc GPLL0>;
>> +                       clock-names = "pll", "xo", "gpll0";
>> +                       #mbox-cells = <1>;
>> +               };
> Hmm, no, I was too quick to R-B. 0xb111 < 0xb116, please change these two nodes.

Sure, will update and resend. Thanks.
Regards,
Gokul

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ