dt-bindings: dmaengine: qcom: gpi: add compatible for sm8150
authorFelipe Balbi <felipe.balbi@microsoft.com>
Sat, 17 Apr 2021 06:19:50 +0000 (09:19 +0300)
committerVinod Koul <vkoul@kernel.org>
Tue, 20 Apr 2021 10:07:03 +0000 (15:37 +0530)
No functional changes, just adding a new compatible for a diferent
SoC.

Signed-off-by: Felipe Balbi <felipe.balbi@microsoft.com>
Link: https://lore.kernel.org/r/20210417061951.2105530-2-balbi@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/dma/qcom,gpi.yaml
drivers/dma/qcom/gpi.c

index f8142ad..902e2e5 100644 (file)
@@ -20,6 +20,7 @@ properties:
   compatible:
     enum:
       - qcom,sdm845-gpi-dma
+      - qcom,sm8150-gpi-dma
 
   reg:
     maxItems: 1
index 57f5ee4..43ac3ab 100644 (file)
@@ -2281,6 +2281,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" },
        { },
 };
 MODULE_DEVICE_TABLE(of, gpi_of_match);