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

Commit 7212b533 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add dpu properties for orchid target"

parents 79811eb4 4f436f5d
Loading
Loading
Loading
Loading
+16 −0
Original line number Original line Diff line number Diff line
@@ -30,3 +30,19 @@
&apps_rsc {
&apps_rsc {
	/delete-node/ rpmh-regulator-ldoa7;
	/delete-node/ rpmh-regulator-ldoa7;
};
};

&mdss_mdp {
	qcom,sde-intf-off = <0x6b000 0x6b800>;
	qcom,sde-intf-type = "dp", "dsi";
	qcom,sde-sspp-type = "vig", "dma", "dma", "dma";
	qcom,sde-sspp-off = <0x5000 0x25000 0x27000 0x29000>;
	qcom,sde-sspp-xin-id = <0 1 5 9>;
	qcom,sde-sspp-excl-rect = <1 1 1 1>;
	qcom,sde-sspp-smart-dma-priority = <4 1 2 3>;
	qcom,sde-max-per-pipe-bw-kbps = <4700000 4700000 4700000
					4700000>;
	qcom,sde-max-per-pipe-bw-high-kbps = <4700000 4700000 4700000
					4700000>;
	qcom,sde-sspp-clk-ctrl = <0x2ac 0>, <0x2ac 8>, <0x2b4 8>,
					 <0x2c4 8>;
};