Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: qcom: gpi: Add support for sc7280

Add compatible and driver_data for GPI DMA engines found in Qualcomm
SC7280. The driver_data contains ee_offset of 0x10000.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20220421121733.1829350-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

+1
+1
drivers/dma/qcom/gpi.c
··· 2286 2286 } 2287 2287 2288 2288 static const struct of_device_id gpi_of_match[] = { 2289 + { .compatible = "qcom,sc7280-gpi-dma", .data = (void *)0x10000 }, 2289 2290 { .compatible = "qcom,sdm845-gpi-dma", .data = (void *)0x0 }, 2290 2291 { .compatible = "qcom,sm8150-gpi-dma", .data = (void *)0x0 }, 2291 2292 { .compatible = "qcom,sm8250-gpi-dma", .data = (void *)0x0 },