lkml.org 
[lkml]   [2020]   [Jul]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 5/5] arm64: dts: sc7180: Add OPP tables and power-domains for venus
    Date
    Add the OPP tables in order to be able to vote on the performance state
    of a power-domain

    Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
    ---
    arch/arm64/boot/dts/qcom/sc7180.dtsi | 35 +++++++++++++++++++++++++++++++++--
    1 file changed, 33 insertions(+), 2 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
    index 16df08d..cb6137d 100644
    --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
    +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
    @@ -2664,8 +2664,10 @@
    reg = <0 0x0aa00000 0 0xff000>;
    interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
    power-domains = <&videocc VENUS_GDSC>,
    - <&videocc VCODEC0_GDSC>;
    - power-domain-names = "venus", "vcodec0";
    + <&videocc VCODEC0_GDSC>,
    + <&rpmhpd SC7180_CX>;
    + power-domain-names = "venus", "vcodec0", "cx";
    + operating-points-v2 = <&venus_opp_table>;
    clocks = <&videocc VIDEO_CC_VENUS_CTL_CORE_CLK>,
    <&videocc VIDEO_CC_VENUS_AHB_CLK>,
    <&videocc VIDEO_CC_VENUS_CTL_AXI_CLK>,
    @@ -2686,6 +2688,35 @@
    video-encoder {
    compatible = "venus-encoder";
    };
    +
    + venus_opp_table: venus-opp-table {
    + compatible = "operating-points-v2";
    +
    + opp-150000000 {
    + opp-hz = /bits/ 64 <150000000>;
    + required-opps = <&rpmhpd_opp_low_svs>;
    + };
    +
    + opp-270000000 {
    + opp-hz = /bits/ 64 <270000000>;
    + required-opps = <&rpmhpd_opp_svs>;
    + };
    +
    + opp-340000000 {
    + opp-hz = /bits/ 64 <340000000>;
    + required-opps = <&rpmhpd_opp_svs_l1>;
    + };
    +
    + opp-434000000 {
    + opp-hz = /bits/ 64 <434000000>;
    + required-opps = <&rpmhpd_opp_nom>;
    + };
    +
    + opp-500000000 {
    + opp-hz = /bits/ 64 <500000000>;
    + required-opps = <&rpmhpd_opp_turbo>;
    + };
    + };
    };

    videocc: clock-controller@ab00000 {
    --
    QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
    of Code Aurora Forum, hosted by The Linux Foundation
    \
     
     \ /
      Last update: 2020-07-23 13:28    [W:2.447 / U:0.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site