diff options
author | Andy Gross <andy.gross@linaro.org> | 2016-06-10 17:15:28 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-27 17:36:53 -0500 |
commit | d32bfe101f73f5764a871c551460e12480477e63 (patch) | |
tree | bbc9556e616ecc587605e8a017bbea567e6b85e6 /arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | |
parent | 93b8e6fda11757a20df21f3fc18e12789841f173 (diff) | |
download | blackbird-obmc-linux-d32bfe101f73f5764a871c551460e12480477e63.tar.gz blackbird-obmc-linux-d32bfe101f73f5764a871c551460e12480477e63.zip |
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts index a0398b69f4f2..3fb4dada6b0d 100644 --- a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts +++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts @@ -367,6 +367,10 @@ }; }; + + dma-controller@f9944000 { + qcom,controlled-remotely; + }; }; &spmi_bus { |