]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely controlled
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 7 May 2023 19:07:33 +0000 (22:07 +0300)
committerRoxana Nicolescu <roxana.nicolescu@canonical.com>
Mon, 2 Oct 2023 15:19:43 +0000 (17:19 +0200)
BugLink: https://bugs.launchpad.net/bugs/2034469
[ Upstream commit e60c230588d88036f974cec7e93361e2c4f62226 ]

Add the qcom,controlled-remotely property for the blsp2_bam
controller node. This board requires this, otherwise the board stalls
during the boot for some reason (most probably because TZ mishandles the
protection error and keeps on looping somewhere inside).

Fixes: 62bc81792223 dts: msm8974: Add blsp2_bam dma node
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230507190735.2333145-3-dmitry.baryshkov@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/arm/boot/dts/qcom-apq8074-dragonboard.dts

index 1345df7cbd002ce3c92e97a7e1381b17169c9af3..6b047c67937071f81a7c02c706f7b9c299466701 100644 (file)
        status = "okay";
 };
 
+&blsp2_dma {
+       qcom,controlled-remotely;
+};
+
 &blsp2_i2c5 {
        status = "okay";
        clock-frequency = <200000>;