Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Felipe Balbi and committed by
Vinod Koul
0b0f93cf 1b6216a6

+2
+1
Documentation/devicetree/bindings/dma/qcom,gpi.yaml
··· 20 20 compatible: 21 21 enum: 22 22 - qcom,sdm845-gpi-dma 23 + - qcom,sm8150-gpi-dma 23 24 24 25 reg: 25 26 maxItems: 1
+1
drivers/dma/qcom/gpi.c
··· 2281 2281 2282 2282 static const struct of_device_id gpi_of_match[] = { 2283 2283 { .compatible = "qcom,sdm845-gpi-dma" }, 2284 + { .compatible = "qcom,sm8150-gpi-dma" }, 2284 2285 { }, 2285 2286 }; 2286 2287 MODULE_DEVICE_TABLE(of, gpi_of_match);