From 123cc2aa91ac11fae8978c9234e97dd0ef4f0cce Mon Sep 17 00:00:00 2001 From: Kartikey Arora Date: Wed, 9 Oct 2024 11:51:36 +0530 Subject: [PATCH] ARM: dts: msm: Update regulators config in tuna-wcn7750.dtsi This change adds regulator config in tuna-wcn7750.dtsi and update pcie_anoc to pcie_noc in bus bandwidth config params. Change-Id: I77e680aaed87b9b4faabb660202377abcd9777c1 CRs-Fixed: 3944462 --- tuna-wcn7750.dtsi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tuna-wcn7750.dtsi b/tuna-wcn7750.dtsi index 979d3f34..2369b84e 100644 --- a/tuna-wcn7750.dtsi +++ b/tuna-wcn7750.dtsi @@ -91,6 +91,13 @@ tsens = "sys-therm-3"; qcom,wlan-msa-fixed-region = <&wlan_msa_mem>; + vdd-cx-mx-supply = <&S3B>; + qcom,vdd-cx-mx-config = <880000 1040000 0 0 0>; + vdd-1.8-xo-supply = <&S1B>; + qcom,vdd-1.8-xo-config = <1856000 2104000 0 0 0>; + vdd-1.3-rfa-supply = <&S2B>; + qcom,vdd-1.3-rfa-config = <1256000 1408000 0 0 0>; + qcom,smem-states = <&smp2p_wlan_1_out 0>, <&smp2p_wlan_2_out 0>, <&smp2p_wlan_3_out 0>; @@ -102,7 +109,7 @@ qcom,vreg_ol_cpr ="s3b"; interconnects = - <&pcie_anoc MASTER_PCIE_0 &pcie_anoc SLAVE_ANOC_PCIE_GEM_NOC>, + <&pcie_noc MASTER_PCIE_0 &pcie_noc SLAVE_ANOC_PCIE_GEM_NOC>, <&gem_noc MASTER_ANOC_PCIE_GEM_NOC &mc_virt SLAVE_EBI1>; interconnect-names = "pcie_to_memnoc", "memnoc_to_ddr";