Commit 0b0f93cf authored by Felipe Balbi's avatar Felipe Balbi Committed by Vinod Koul
Browse files

dt-bindings: dmaengine: qcom: gpi: add compatible for sm8150



No functional changes, just adding a new compatible for a diferent
SoC.

Signed-off-by: default avatarFelipe Balbi <felipe.balbi@microsoft.com>
Link: https://lore.kernel.org/r/20210417061951.2105530-2-balbi@kernel.org


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 1b6216a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ properties:
  compatible:
    enum:
      - qcom,sdm845-gpi-dma
      - qcom,sm8150-gpi-dma

  reg:
    maxItems: 1
+1 −0
Original line number Diff line number Diff line
@@ -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);