lkml.org 
[lkml]   [2021]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 12/41] arm64: dts: qcom: sdm630: Add GPU Clock Controller node
    Date
    From: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>

    Add the GPU Clock Controller in SDM630 and keep it disabled by
    default.

    Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
    ---
    arch/arm64/boot/dts/qcom/sdm630.dtsi | 17 +++++++++++++++++
    1 file changed, 17 insertions(+)

    diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi
    index ed7d22aa734c..cc8589cb5095 100644
    --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi
    +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi
    @@ -4,6 +4,7 @@
    */

    #include <dt-bindings/clock/qcom,gcc-sdm660.h>
    +#include <dt-bindings/clock/qcom,gpucc-sdm660.h>
    #include <dt-bindings/clock/qcom,mmcc-sdm660.h>
    #include <dt-bindings/clock/qcom,rpmcc.h>
    #include <dt-bindings/power/qcom-rpmpd.h>
    @@ -925,6 +926,22 @@ kgsl_smmu: iommu@5040000 {
    status = "disabled";
    };

    + gpucc: clock-controller@5065000 {
    + compatible = "qcom,gpucc-sdm630";
    + #clock-cells = <1>;
    + #reset-cells = <1>;
    + #power-domain-cells = <1>;
    + reg = <0x05065000 0x9038>;
    +
    + clocks = <&xo_board>,
    + <&gcc GCC_GPU_GPLL0_CLK>,
    + <&gcc GCC_GPU_GPLL0_DIV_CLK>;
    + clock-names = "xo",
    + "gcc_gpu_gpll0_clk",
    + "gcc_gpu_gpll0_div_clk";
    + status = "disabled";
    + };
    +
    lpass_smmu: iommu@5100000 {
    compatible = "qcom,sdm630-smmu-v2", "qcom,smmu-v2";
    reg = <0x05100000 0x40000>;
    --
    2.30.1
    \
     
     \ /
      Last update: 2021-02-26 21:09    [W:6.451 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site