lkml.org 
[lkml]   [2022]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.19 0239/1157] ARM: dts: qcom: replace gcc PXO with pxo_board fixed clock
    Date
    From: Ansuel Smith <ansuelsmth@gmail.com>

    [ Upstream commit eb9e93937756a05787977875830c0dc482cb57e0 ]

    Replace gcc PXO phandle to pxo_board fixed clock declared in the dts.
    gcc driver doesn't provide PXO_SRC as it's a fixed-clock. This cause a
    kernel panic if any driver actually try to use it.

    Fixes: 40cf5c884a96 ("ARM: dts: qcom: add L2CC and RPM for IPQ8064")
    Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
    Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    Link: https://lore.kernel.org/r/20220430055118.1947-2-ansuelsmth@gmail.com
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm/boot/dts/qcom-ipq8064.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
    index 808ea1862283..d09354ca100d 100644
    --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
    +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
    @@ -784,7 +784,7 @@ tcsr: syscon@1a400000 {
    l2cc: clock-controller@2011000 {
    compatible = "qcom,kpss-gcc", "syscon";
    reg = <0x2011000 0x1000>;
    - clocks = <&gcc PLL8_VOTE>, <&gcc PXO_SRC>;
    + clocks = <&gcc PLL8_VOTE>, <&pxo_board>;
    clock-names = "pll8_vote", "pxo";
    clock-output-names = "acpu_l2_aux";
    };
    --
    2.35.1


    \
     
     \ /
      Last update: 2022-08-16 00:54    [W:4.241 / U:0.184 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site