Skip to content

Commit c7399e6

Browse files
committed
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 parent 6c3c206 commit c7399e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma/qcom/gpi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,6 +2286,7 @@ static int gpi_probe(struct platform_device *pdev)
22862286
}
22872287

22882288
static const struct of_device_id gpi_of_match[] = {
2289+
{ .compatible = "qcom,sc7280-gpi-dma", .data = (void *)0x10000 },
22892290
{ .compatible = "qcom,sdm845-gpi-dma", .data = (void *)0x0 },
22902291
{ .compatible = "qcom,sm8150-gpi-dma", .data = (void *)0x0 },
22912292
{ .compatible = "qcom,sm8250-gpi-dma", .data = (void *)0x0 },

0 commit comments

Comments
 (0)