[PATCH 3/3] arm64: dts: qcom: sm8350-hdk: Enable &gpi_dma1

From: Bjorn Andersson
Date: Tue Apr 12 2022 - 19:29:47 EST


Some versions of the firmware for the SM8350 Hardware Development Kit
(HDK) has FIFO mode disabled for i2c13 and must thus use GPI DMA. Enable
&gpi_dma1 to allow this.

Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts
index 8c33fce0b414..246006ab4a2b 100644
--- a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts
+++ b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts
@@ -213,6 +213,10 @@ &cdsp {
firmware-name = "qcom/sm8350/cdsp.mbn";
};

+&gpi_dma1 {
+ status = "okay";
+};
+
&gpu {
status = "okay";
};
--
2.35.1