Commit d32bfe10 authored by Andy Gross's avatar Andy Gross

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
......@@ -367,6 +367,10 @@ cmd-data {
};
};
dma-controller@f9944000 {
qcom,controlled-remotely;
};
};
&spmi_bus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment