mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
ARM: dts: msm: IPA msm bus dtsi update for Lahaina
The msm_bus driver is being replaced by the interconnect framework and provider drivers on Lahaina. Update dts entry accordingly. Change-Id: I34585c25706cd4955d34136342d8417e8357999c
This commit is contained in:
@@ -1711,6 +1711,33 @@
|
||||
qcom,bandwidth-vote-for-ipa;
|
||||
qcom,use-64-bit-dma-mask;
|
||||
qcom,ipa-endp-delay-wa;
|
||||
qcom,interconnect,num-cases = <5>;
|
||||
qcom,interconnect,num-paths = <4>;
|
||||
interconnects = <&aggre2_noc MASTER_IPA &gem_noc SLAVE_LLCC>,
|
||||
<&mc_virt MASTER_LLCC &mc_virt SLAVE_EBI1>,
|
||||
<&aggre2_noc MASTER_IPA &config_noc SLAVE_IMEM>,
|
||||
<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_IPA_CFG>;
|
||||
interconnect-names = "ipa_to_llcc", "llcc_to_ebi1", "ipa_to_imem", "appss_to_ipa";
|
||||
/* No vote */
|
||||
qcom,no-vote =
|
||||
<0 0 0 0 0 0 0 0>;
|
||||
|
||||
/* SVS2 */
|
||||
qcom,svs2 =
|
||||
<150000 600000 150000 1804000 75000 300000 0 76800>;
|
||||
|
||||
/* SVS */
|
||||
qcom,svs =
|
||||
<625000 1200000 625000 3072000 312500 700000 0 150000>;
|
||||
|
||||
/* NOMINAL */
|
||||
qcom,nominal =
|
||||
<1250000 2400000 1250000 6220800 625000 1500000 0 400000>;
|
||||
|
||||
/* TURBO */
|
||||
qcom,turbo =
|
||||
<2000000 3500000 2000000 7219200 1000000 1920000 0 400000>;
|
||||
|
||||
qcom,bus-vector-names = "MIN", "SVS2", "SVS", "NOMINAL",
|
||||
"TURBO";
|
||||
qcom,throughput-threshold = <600 2500 5000>;
|
||||
|
||||
Reference in New Issue
Block a user