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

Commit da847fec authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add CPP master and modify QoS for VPU on MSM8994"

parents 8f213bf7 de266ec1
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -329,12 +329,23 @@
			qcom,ap-owned;
		};

		mas_cpp: mas-cpp {
			cell-id = <MSM_BUS_MASTER_CPP>;
			label = "mas-cpp";
			qcom,bus-dev = <&fab_mnoc>;
			qcom,buswidth = <16>;
			qcom,qport = <5>;
			qcom,qos-mode = "bypass";
			qcom,connections = <&slv_mnoc_bimc>;
			qcom,ap-owned;
		};

		mas_vpu: mas-vpu {
			cell-id = <MSM_BUS_MASTER_VPU>;
			label = "mas-vpu";
			qcom,bus-dev = <&fab_mnoc>;
			qcom,buswidth = <16>;
			qcom,qos-mode = "fixed";
			qcom,qos-mode = "bypass";
			qcom,qport = <8>;
			qcom,connections = <&slv_mnoc_bimc>;
			qcom,ap-owned;