Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad2d18c1 authored by Naveen Yadav's avatar Naveen Yadav Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add bcm voter devices for sdxlemur

Add bcm voter devices that live under RSC devices
to allow interconnect providers to target their
votes for meeting bandwidth constraints.

Change-Id: I6808f8552d7c6c575009750f1f7d3c41e8d5507b
parent 476ffe74
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -405,6 +405,10 @@
				  <WAKE_TCS    2>,
				  <WAKE_TCS    2>,
				  <CONTROL_TCS 1>;
				  <CONTROL_TCS 1>;


		apps_bcm_voter: bcm_voter {
			compatible = "qcom,bcm-voter";
		};

		system_pm {
		system_pm {
			compatible = "qcom,system-pm";
			compatible = "qcom,system-pm";
		};
		};
@@ -434,17 +438,25 @@


	system_noc: interconnect@1620000 {
	system_noc: interconnect@1620000 {
		compatible = "qcom,sdxlemur-system_noc";
		compatible = "qcom,sdxlemur-system_noc";
		reg = <0x1620000 0x31200>;
		#interconnect-cells = <1>;
		#interconnect-cells = <1>;
		qcom,bcm-voter-names = "hlos";
		qcom,bcm-voters = <&apps_bcm_voter>;
	};
	};


	mem_noc: interconnect@9680000 {
	mem_noc: interconnect@9680000 {
		compatible = "qcom,sdxlemur-mem_noc";
		compatible = "qcom,sdxlemur-mem_noc";
		reg = <0x9680000 0x27200>;
		#interconnect-cells = <1>;
		#interconnect-cells = <1>;
		qcom,bcm-voter-names = "hlos";
		qcom,bcm-voters = <&apps_bcm_voter>;
	};
	};


	mc_virt: interconnect {
	mc_virt: interconnect {
		compatible = "qcom,sdxlemur-mc_virt";
		compatible = "qcom,sdxlemur-mc_virt";
		#interconnect-cells = <1>;
		#interconnect-cells = <1>;
		qcom,bcm-voter-names = "hlos"
		qcom,bcm-voters = <&apps_bcm_voter>;
	};
	};


	tcsr_mutex_block: syscon@1f40000 {
	tcsr_mutex_block: syscon@1f40000 {