]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: qcom: msm8974-honami: Set DMA as remotely controlled
authorAndy Gross <andy.gross@linaro.org>
Fri, 10 Jun 2016 22:15:28 +0000 (17:15 -0500)
committerAndy Gross <andy.gross@linaro.org>
Mon, 27 Jun 2016 22:36:53 +0000 (17:36 -0500)
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: 62bc81792223 dts: msm8974: Add blsp2_bam dma node
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts

index a0398b69f4f226d947516a286ec14aa3297443fb..3fb4dada6b0d80b1a87e81e9345980ceed512a86 100644 (file)
                };
 
        };
+
+       dma-controller@f9944000 {
+               qcom,controlled-remotely;
+       };
 };
 
 &spmi_bus {