diff options
author | Sharat Masetty <[email protected]> | 2020-07-17 18:59:38 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-07-27 23:27:03 -0700 |
commit | dd7dc299f303f215bb7ab9b2105ee50f591e5013 (patch) | |
tree | 49df6b6f22c9d3c591b66dbe19534e986431f6b0 | |
parent | 338bdbcc598a7c2228739f41c697f126c9db384c (diff) |
arm64: dts: qcom: sc7180: Add interconnects property for GPU
This patch adds the interconnects property to the GPU node. This enables
the GPU->DDR path bandwidth voting.
Signed-off-by: Sharat Masetty <[email protected]>
Signed-off-by: Akhil P Oommen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7180.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi index 5688cbb96bdd..3255d3768cc0 100644 --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi @@ -1886,6 +1886,9 @@ operating-points-v2 = <&gpu_opp_table>; qcom,gmu = <&gmu>; + interconnects = <&gem_noc MASTER_GFX3D &mc_virt SLAVE_EBI1>; + interconnect-names = "gfx-mem"; + gpu_opp_table: opp-table { compatible = "operating-points-v2"; |