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

Commit 3bd9677c authored by Girish Mahadevan's avatar Girish Mahadevan
Browse files

ARM: dts: msm: Add MDP Port 1 master node for APQ8084



Add a new master node for MDP Port 1 for APQ8084. Previously only one
MDP port was exposed to clients, now there is a requirement for the clients
to be able to control both MDP ports.

Change-Id: If2580433845e26a3a3c81e9ba471b508fe0585ff
Signed-off-by: default avatarGirish Mahadevan <girishm@codeaurora.org>
parent 1a09a49e
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>;
		};