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

Commit d32bfe10 authored by Andy Gross's avatar Andy Gross
Browse files

ARM: dts: qcom: msm8974-honami: Set DMA as remotely controlled



This patch adds the qcom,controlled-remotely property for the blsp2_bam
controller node.  This board requires this, otherwise the board fails to
boot due to access of protected registers during BAM initialization.

Fixes: 62bc8179 dts: msm8974: Add blsp2_bam dma node

Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
Acked-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 93b8e6fd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -367,6 +367,10 @@
		};

	};

	dma-controller@f9944000 {
		qcom,controlled-remotely;
	};
};

&spmi_bus {