From: Konrad Dybcio Date: Mon, 14 Jun 2021 23:53:57 +0000 (+0200) Subject: dmaengine: qcom: gpi: Add SM8250 compatible X-Git-Tag: v5.14-rc1~71^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23e51f110f914ab9eb2eb4ddd83f3fc8ffda99b5;p=thirdparty%2Fkernel%2Flinux.git dmaengine: qcom: gpi: Add SM8250 compatible SM8250 seems to work just fine, so add a shiny new compatible for it. Signed-off-by: Konrad Dybcio Reviewed-by: Bjorn Andersson Link: https://lore.kernel.org/r/20210614235358.444834-2-konrad.dybcio@somainline.org Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/qcom/gpi.c b/drivers/dma/qcom/gpi.c index 43ac3ab23d4c5..1a1b7d8458c93 100644 --- a/drivers/dma/qcom/gpi.c +++ b/drivers/dma/qcom/gpi.c @@ -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);