diff options
author | Martin Botka <martin.botka@somainline.org> | 2022-12-22 20:45:59 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-12-28 07:20:10 +0100 |
commit | 93f7d11f101d29095b73d7536f360ac025ca985e (patch) | |
tree | 755f5404559b8999b40c3e22c45310f5333d9e4d /Documentation/devicetree/bindings/dma | |
parent | Linux 6.2-rc1 (diff) | |
download | linux-93f7d11f101d29095b73d7536f360ac025ca985e.tar.xz linux-93f7d11f101d29095b73d7536f360ac025ca985e.zip |
dt-bindings: dma: gpi: Document SM6125 compatible
Document compatibility for this GPI DMA controller on SM6125.
Signed-off-by: Martin Botka <martin.botka@somainline.org>
[Marijn: Move compatible to the list with qcom,sdm845-gpi-dma]
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221222194600.139854-2-marijn.suijten@somainline.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/dma')
-rw-r--r-- | Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml index e7ba1c47a88e..6132f4661a29 100644 --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml @@ -33,6 +33,7 @@ properties: - items: - enum: - qcom,sdm670-gpi-dma + - qcom,sm6125-gpi-dma - qcom,sm8150-gpi-dma - qcom,sm8250-gpi-dma - const: qcom,sdm845-gpi-dma |