diff options
author | Vinod Koul <vkoul@kernel.org> | 2022-04-06 16:25:07 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-04-13 15:24:39 +0300 |
commit | dd45d96bd9d3a052f1497f3d813a76d8308af25e (patch) | |
tree | a8a4ca82009234d149d9362f21c6ba9caf38e635 /Documentation/devicetree/bindings/dma | |
parent | 94b8f0e58fa138455edc5414aa097694fede8836 (diff) | |
download | linux-dd45d96bd9d3a052f1497f3d813a76d8308af25e.tar.xz |
dt-bindings: dmaengine: qcom: gpi: add compatible for sm8350/sm8350
Add the compatible for newer qcom socs with gpi dma i.e qcom sm8350 and
sm8450.
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220406132508.1029348-2-vkoul@kernel.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml index e614fe3187bb..67f046a4a442 100644 --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml @@ -22,6 +22,8 @@ properties: - qcom,sdm845-gpi-dma - qcom,sm8150-gpi-dma - qcom,sm8250-gpi-dma + - qcom,sm8350-gpi-dma + - qcom,sm8450-gpi-dma reg: maxItems: 1 |