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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 3 Jan 2023 13:29:08 -0600
From:   Rob Herring <robh@...nel.org>
To:     Andy Gross <agross@...nel.org>,
        Bjorn Andersson <andersson@...nel.org>,
        Konrad Dybcio <konrad.dybcio@...ainline.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Cc:     linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: qcom: sc7280: Fix CPU nodes compatible string

On Wed, Dec 7, 2022 at 3:13 PM Rob Herring <robh@...nel.org> wrote:
>
> 'arm,kryo' is not documented and is not an Arm Ltd thing either as that
> is Qualcomm branding. The correct compatible is 'qcom,kryo'.
>
> Signed-off-by: Rob Herring <robh@...nel.org>
> ---
>  arch/arm64/boot/dts/qcom/sc7280.dtsi | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)

Ping!

>
> diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> index 212580316d3e..f06cc7588acc 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> @@ -166,7 +166,7 @@ cpus {
>
>                 CPU0: cpu@0 {
>                         device_type = "cpu";
> -                       compatible = "arm,kryo";
> +                       compatible = "qcom,kryo";
>                         reg = <0x0 0x0>;
>                         enable-method = "psci";
>                         cpu-idle-states = <&LITTLE_CPU_SLEEP_0
> @@ -189,7 +189,7 @@ L3_0: l3-cache {
>
>                 CPU1: cpu@100 {
>                         device_type = "cpu";
> -                       compatible = "arm,kryo";
> +                       compatible = "qcom,kryo";
>                         reg = <0x0 0x100>;
>                         enable-method = "psci";
>                         cpu-idle-states = <&LITTLE_CPU_SLEEP_0
> @@ -209,7 +209,7 @@ L2_100: l2-cache {
>
>                 CPU2: cpu@200 {
>                         device_type = "cpu";
> -                       compatible = "arm,kryo";
> +                       compatible = "qcom,kryo";
>                         reg = <0x0 0x200>;
>                         enable-method = "psci";
>                         cpu-idle-states = <&LITTLE_CPU_SLEEP_0
> @@ -229,7 +229,7 @@ L2_200: l2-cache {
>
>                 CPU3: cpu@300 {
>                         device_type = "cpu";
> -                       compatible = "arm,kryo";
> +                       compatible = "qcom,kryo";
>                         reg = <0x0 0x300>;
>                         enable-method = "psci";
>                         cpu-idle-states = <&LITTLE_CPU_SLEEP_0
> @@ -249,7 +249,7 @@ L2_300: l2-cache {
>
>                 CPU4: cpu@400 {
>                         device_type = "cpu";
> -                       compatible = "arm,kryo";
> +                       compatible = "qcom,kryo";
>                         reg = <0x0 0x400>;
>                         enable-method = "psci";
>                         cpu-idle-states = <&BIG_CPU_SLEEP_0
> @@ -269,7 +269,7 @@ L2_400: l2-cache {
>
>                 CPU5: cpu@500 {
>                         device_type = "cpu";
> -                       compatible = "arm,kryo";
> +                       compatible = "qcom,kryo";
>                         reg = <0x0 0x500>;
>                         enable-method = "psci";
>                         cpu-idle-states = <&BIG_CPU_SLEEP_0
> @@ -289,7 +289,7 @@ L2_500: l2-cache {
>
>                 CPU6: cpu@600 {
>                         device_type = "cpu";
> -                       compatible = "arm,kryo";
> +                       compatible = "qcom,kryo";
>                         reg = <0x0 0x600>;
>                         enable-method = "psci";
>                         cpu-idle-states = <&BIG_CPU_SLEEP_0
> @@ -309,7 +309,7 @@ L2_600: l2-cache {
>
>                 CPU7: cpu@700 {
>                         device_type = "cpu";
> -                       compatible = "arm,kryo";
> +                       compatible = "qcom,kryo";
>                         reg = <0x0 0x700>;
>                         enable-method = "psci";
>                         cpu-idle-states = <&BIG_CPU_SLEEP_0
> --
> 2.35.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ