From a560c5fe7821192f5fd4db21c92f8de3b6e25705 Mon Sep 17 00:00:00 2001 From: Sarthak Garg Date: Mon, 22 Nov 2021 09:58:34 +0530 Subject: [PATCH] ARM: dts: msm: Add bus votes for diwali Add bus votes for diwali. Change-Id: Ib2d81a7476e3792a1a34055ac57c0a94040a6af1 --- qcom/diwali.dtsi | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/qcom/diwali.dtsi b/qcom/diwali.dtsi index 14a2ea31..0e05b0c0 100644 --- a/qcom/diwali.dtsi +++ b/qcom/diwali.dtsi @@ -2248,6 +2248,22 @@ status = "disabled"; }; + sdhc2_opp_table: sdhc2-opp-table { + compatible = "operating-points-v2"; + + opp-100000000 { + opp-hz = /bits/ 64 <100000000>; + opp-peak-kBps = <1600000 280000>; + opp-avg-kBps = <50000 0>; + }; + + opp-202000000 { + opp-hz = /bits/ 64 <202000000>; + opp-peak-kBps = <8000000 1500000>; + opp-avg-kBps = <104000 0>; + }; + }; + sdhc_2: sdhci@8804000 { status = "disabled"; @@ -2276,6 +2292,12 @@ dma-coherent; qcom,iommu-dma = "fastmap"; + interconnects = <&aggre2_noc MASTER_SDCC_2 &mc_virt SLAVE_EBI1>, + <&gem_noc MASTER_APPSS_PROC &config_noc + SLAVE_SDCC_2>; + interconnect-names = "sdhc-ddr","cpu-sdhc"; + operating-points-v2 = <&sdhc2_opp_table>; + qos0 { mask = <0xf0>; vote = <44>;