lkml.org 
[lkml]   [2020]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 174/639] arm64: dts: msm8916: remove bogus argument to the cpu clock
    Date
    From: Niklas Cassel <niklas.cassel@linaro.org>

    [ Upstream commit e4f045ef38e61ba37aa4afc916fce4fc1b37aa19 ]

    The apcs node has #clock-cells = <0>, which means that those who
    references it should specify 0 arguments.

    The apcs reference in the cpu node incorrectly specifies an argument,
    remove this bogus argument.

    Fixes: 65afdf458360 ("arm64: dts: qcom: msm8916: Add CPU frequency scaling support")
    Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
    Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
    Signed-off-by: Andy Gross <andy.gross@linaro.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
    index 7b32b8990d62f..8011e564a234b 100644
    --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
    +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
    @@ -114,7 +114,7 @@
    next-level-cache = <&L2_0>;
    enable-method = "psci";
    cpu-idle-states = <&CPU_SPC>;
    - clocks = <&apcs 0>;
    + clocks = <&apcs>;
    operating-points-v2 = <&cpu_opp_table>;
    #cooling-cells = <2>;
    };
    @@ -126,7 +126,7 @@
    next-level-cache = <&L2_0>;
    enable-method = "psci";
    cpu-idle-states = <&CPU_SPC>;
    - clocks = <&apcs 0>;
    + clocks = <&apcs>;
    operating-points-v2 = <&cpu_opp_table>;
    #cooling-cells = <2>;
    };
    @@ -138,7 +138,7 @@
    next-level-cache = <&L2_0>;
    enable-method = "psci";
    cpu-idle-states = <&CPU_SPC>;
    - clocks = <&apcs 0>;
    + clocks = <&apcs>;
    operating-points-v2 = <&cpu_opp_table>;
    #cooling-cells = <2>;
    };
    @@ -150,7 +150,7 @@
    next-level-cache = <&L2_0>;
    enable-method = "psci";
    cpu-idle-states = <&CPU_SPC>;
    - clocks = <&apcs 0>;
    + clocks = <&apcs>;
    operating-points-v2 = <&cpu_opp_table>;
    #cooling-cells = <2>;
    };
    --
    2.20.1


    \
     
     \ /
      Last update: 2020-01-24 12:09    [W:4.022 / U:0.292 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site