From 481c435dd1233d0657ce8356ffc7ba467dc78e4a Mon Sep 17 00:00:00 2001 From: Raviteja Laggyshetty Date: Sun, 1 Sep 2024 17:17:16 +0530 Subject: [PATCH] ARM: dts: qcom: sdxkova: update interconnect providers with bcm-voter-names Update interconnect provider device nodes with bcm-voter-names to route the bandwidth requests through appropriate DRV. Add necessary clock handles to access the QoS registers. Change-Id: I5c271682e0b3f094d85fa759e19f8a89ae8f0eff Signed-off-by: Raviteja Laggyshetty --- qcom/sdxkova.dtsi | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/qcom/sdxkova.dtsi b/qcom/sdxkova.dtsi index 2d686d77..ec6b370c 100644 --- a/qcom/sdxkova.dtsi +++ b/qcom/sdxkova.dtsi @@ -129,6 +129,37 @@ }; }; +&clk_virt { + #interconnect-cells = <1>; + qcom,bcm-voter-names = "hlos"; +}; + +&mc_virt { + #interconnect-cells = <1>; + qcom,bcm-voter-names = "hlos"; +}; + +&system_noc { + #interconnect-cells = <1>; + qcom,bcm-voter-names = "hlos"; + clocks = <&gcc GCC_SYS_NOC_MVMSS_CLK>; +}; + +&pcie_anoc { + #interconnect-cells = <1>; + qcom,bcm-voter-names = "hlos"; +}; + +&dc_noc { + #interconnect-cells = <1>; + qcom,bcm-voter-names = "hlos"; +}; + +&gem_noc { + #interconnect-cells = <1>; + qcom,bcm-voter-names = "hlos"; +}; + &tlmm { gpio-reserved-ranges = <110 6>; };