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

Commit 54938e72 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 MDP Port 1 master node for APQ8084"

parents 5215fdf0 3bd9677c
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -47,12 +47,25 @@
		mas-mdp-port0 {
			cell-id = <22>;
			label = "mas-mdp-port0";
			qcom,masterp = <3 4>;
			qcom,masterp = <3>;
			qcom,tier = <2>;
			qcom,hw-sel = "NoC";
			qcom,perm-mode = "Bypass";
			qcom,mode = "Bypass";
			qcom,qport = <2>;
			qcom,ws = <10000>;
			qcom,mas-hw-id = <8>;
		};

		mas-mdp-port1 {
			cell-id = <23>;
			label = "mas-mdp-port1";
			qcom,masterp = <4>;
			qcom,tier = <2>;
			qcom,hw-sel = "NoC";
			qcom,perm-mode = "Bypass";
			qcom,mode = "Bypass";
			qcom,qport = <2 1>;
			qcom,qport = <1>;
			qcom,ws = <10000>;
			qcom,mas-hw-id = <8>;
		};