lkml.org 
[lkml]   [2021]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 04/17] arm64: dts: qcom: sm6350: Add RPMHCC node
    Date
    Add RPMHCC node to allow for referencing RPMH-controlled clocks in other
    nodes.

    Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
    Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
    ---
    arch/arm64/boot/dts/qcom/sm6350.dtsi | 7 +++++++
    1 file changed, 7 insertions(+)

    diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi
    index 5442c088cf37..555ae0bbba18 100644
    --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi
    +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi
    @@ -477,6 +477,13 @@ apps_rsc: rsc@18200000 {
    qcom,drv-id = <2>;
    qcom,tcs-config = <ACTIVE_TCS 2>, <SLEEP_TCS 3>,
    <WAKE_TCS 3>, <CONTROL_TCS 1>;
    +
    + rpmhcc: clock-controller {
    + compatible = "qcom,sm6350-rpmh-clk";
    + #clock-cells = <1>;
    + clock-names = "xo";
    + clocks = <&xo_board>;
    + };
    };
    };

    --
    2.33.0
    \
     
     \ /
      Last update: 2021-09-23 18:24    [W:2.130 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site