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

Commit 06629531 authored by Gopikrishnaiah Anandan's avatar Gopikrishnaiah Anandan
Browse files

Revert "ARM: dts: msm: disable reg dma block for sdm845"



Reg dma last command sequence was stalling the sde pipeline. Issue has
been fixed now, re-enabling the reg dma block.

This reverts commit 608099ba.

Change-Id: Ia71e83a991e80e9934e46e651e4fad9a0750acb4
Signed-off-by: default avatarGopikrishnaiah Anandan <agopik@codeaurora.org>
parent bc5aa79a
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -14,9 +14,11 @@
	mdss_mdp: qcom,mdss_mdp@ae00000 {
		compatible = "qcom,sde-kms";
		reg = <0x0ae00000 0x81d40>,
		      <0x0aeb0000 0x2008>;
		      <0x0aeb0000 0x2008>,
		      <0x0aeac000 0xf0>;
		reg-names = "mdp_phys",
			"vbif_phys";
			"vbif_phys",
			"regdma_phys";

		clocks =
			<&clock_gcc GCC_DISP_AHB_CLK>,
@@ -179,6 +181,9 @@
		/* offsets are relative to "mdp_phys + qcom,sde-off */
		qcom,sde-inline-rot-clk-ctrl = <0x2bc 0x8>, <0x2bc 0xc>;

		qcom,sde-reg-dma-off = <0>;
		qcom,sde-reg-dma-version = <0x1>;
		qcom,sde-reg-dma-trigger-off = <0x119c>;

		qcom,sde-sspp-vig-blocks {
			qcom,sde-vig-csc-off = <0x1a00>;