diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2021-06-16 14:27:07 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-06-18 12:43:32 -0500 |
commit | 4a62a824282e245e6429c0f40c66931430d2fce5 (patch) | |
tree | e89ca94ab5fecebb62defc82b5ceeda1f7b9bd8c | |
parent | f0cedfc398813aa404a235d5684676056eeb160d (diff) | |
download | lwn-4a62a824282e245e6429c0f40c66931430d2fce5.tar.gz lwn-4a62a824282e245e6429c0f40c66931430d2fce5.zip |
arm64: dts: qcom: sm8250-edo: Enable GPI DMA
Enable GPI DMA for Edo devices.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210616122708.144770-5-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi index 98e5f971ee0f..a789e991b49c 100644 --- a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi @@ -418,6 +418,18 @@ status = "okay"; }; +&gpi_dma0 { + status = "okay"; +}; + +&gpi_dma1 { + status = "okay"; +}; + +&gpi_dma2 { + status = "okay"; +}; + &i2c1 { status = "okay"; clock-frequency = <400000>; |