arm64: dts: qcom: sc7280-idp: Enable GPI DMAs
authorVinod Koul <vkoul@kernel.org>
Thu, 21 Apr 2022 11:55:26 +0000 (17:25 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 23 Apr 2022 15:57:21 +0000 (10:57 -0500)
Some versions of the firmware for the sc7280-idp  board FIFO mode
disabled and must thus use GPI DMA. Enable gpi_dma0 and gpi_dma1 to
allow this.

Co-developed-by: Vijaya Krishna Nivarthi <quic_vnivarth@quicinc.com>
Signed-off-by: Vijaya Krishna Nivarthi <quic_vnivarth@quicinc.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220421115526.1828659-3-vkoul@kernel.org
arch/arm64/boot/dts/qcom/sc7280-idp.dtsi

index 015a3474d401bf483f37565cbb849aef494e645b..6a14259b93c4372b028bf3cf2d5c4bbb71b8bd17 100644 (file)
        };
 };
 
+&gpi_dma0 {
+       status = "okay";
+};
+
+&gpi_dma1 {
+       status = "okay";
+};
+
 &ipa {
        status = "okay";
        modem-init;