Message ID | 20210417061951.2105530-1-balbi@kernel.org |
---|---|
Headers | show |
Series | arm64: sm8150: Add minimal DMA support | expand |
On 17-04-21, 09:19, Felipe Balbi wrote: > From: Felipe Balbi <felipe.balbi@microsoft.com> > > No functional changes, just adding a new compatible for a diferent > SoC. Applied after fixing subsystem name, thanks
From: Felipe Balbi <felipe.balbi@microsoft.com> Hi, With these two patches, GPI DMA probes fine on sm8150 (well, after setting gpi_dma[012] status to okay). Future commits should come to add relevant DMA channel mapping for the various IPs. DTS patch a dependency on I2C patches by Caleb Connolly and SPI patch by yours truly. Felipe Balbi (2): DMA: qcom: gpi: add compatible for sm8150 arm64: boot: dts: qcom: sm8150: Add DMA nodes .../devicetree/bindings/dma/qcom,gpi.yaml | 1 + arch/arm64/boot/dts/qcom/sm8150.dtsi | 70 +++++++++++++++++++ drivers/dma/qcom/gpi.c | 1 + 3 files changed, 72 insertions(+)