Skip to content

Commit

Permalink
arm64: dts: qcom: sc7280-idp: Enable GPI DMAs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Vinod Koul authored and Bjorn Andersson committed Apr 23, 2022
1 parent 18bec7f commit f238ff8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/qcom/sc7280-idp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,14 @@
};
};

&gpi_dma0 {
status = "okay";
};

&gpi_dma1 {
status = "okay";
};

&ipa {
status = "okay";
modem-init;
Expand Down

0 comments on commit f238ff8

Please sign in to comment.