]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dmaengine: qcom: gpi: Add SM8250 compatible
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Mon, 14 Jun 2021 23:53:57 +0000 (01:53 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 16 Jun 2021 10:36:10 +0000 (16:06 +0530)
SM8250 seems to work just fine, so add a shiny new compatible for it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210614235358.444834-2-konrad.dybcio@somainline.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/qcom/gpi.c

index 43ac3ab23d4c57816ea8f0a5e2a8c47c9ea319ce..1a1b7d8458c9344599c6808fc40a3548a7f867e8 100644 (file)
@@ -2282,6 +2282,7 @@ static int gpi_probe(struct platform_device *pdev)
 static const struct of_device_id gpi_of_match[] = {
        { .compatible = "qcom,sdm845-gpi-dma" },
        { .compatible = "qcom,sm8150-gpi-dma" },
+       { .compatible = "qcom,sm8250-gpi-dma" },
        { },
 };
 MODULE_DEVICE_TABLE(of, gpi_of_match);