diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2021-06-15 02:53:57 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-06-16 13:36:10 +0300 |
commit | 23e51f110f914ab9eb2eb4ddd83f3fc8ffda99b5 (patch) | |
tree | 82d0258ad4d24b50a24bf7aa4905a5a535f4194b /drivers/dma | |
parent | 14f259c8be0168f11333bad30b2d716002cfdcbc (diff) | |
download | linux-23e51f110f914ab9eb2eb4ddd83f3fc8ffda99b5.tar.xz |
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 <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>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/qcom/gpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/qcom/gpi.c b/drivers/dma/qcom/gpi.c index 43ac3ab23d4c..1a1b7d8458c9 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); |