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

Commit de4d6c37 authored by David Dai's avatar David Dai
Browse files

ARM: dts: msm: Add ACV/ALC nodes for sdxpoorwills



Add ACV/ALC BCM and associate with master nodes.
Add ALC nodes so that it will clear the proxy vote pre kernel.

Change-Id: I4b98b5444759966b618ee056c0052c9640ca0757
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent 582c1859
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -35,6 +35,14 @@
		};

		/*BCMs*/
		bcm_acv: bcm-acv {
			cell-id = <MSM_BUS_BCM_ACV>;
			label = "ACV";
			qcom,bcm-name = "ACV";
			qcom,rscs = <&rsc_apps>;
			qcom,bcm-dev;
		};

		bcm_alc: bcm-alc {
			cell-id = <MSM_BUS_BCM_ALC>;
			label = "ALC";
@@ -564,6 +572,15 @@
			qcom,prio = <0>;
		};

		mas_alc: mas-alc {
			cell-id = <MSM_BUS_MASTER_ALC>;
			label = "mas-alc";
			qcom,buswidth = <1>;
			qcom,agg-ports = <1>;
			qcom,bus-dev = <&fab_mc_virt>;
			qcom,bcms = <&bcm_alc>;
		};

		/*Internal nodes*/

		/*Slaves*/
@@ -583,7 +600,7 @@
			qcom,buswidth = <4>;
			qcom,agg-ports = <1>;
			qcom,bus-dev = <&fab_mc_virt>;
			qcom,bcms = <&bcm_mc0>;
			qcom,bcms = <&bcm_mc0>, <&bcm_acv>;
		};

		slv_qns_llcc:slv-qns-llcc {