diff options
author | Adam Skladowski <a39.skl@gmail.com> | 2022-10-30 11:42:53 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-11-04 20:15:37 +0530 |
commit | 17a36713babe882928b869b427729c85deeb1267 (patch) | |
tree | f31580b204efb683551cd3c470f5ea07e4d6b796 | |
parent | 9a8ddb35a9d5d3ad76784a012459b256a9d7de7e (diff) |
dt-bindings: dmaengine: qcom: gpi: add compatible for SM6115
Document the compatible for GPI DMA controller on SM6115 SoC.
Signed-off-by: Adam Skladowski <a39.skl@gmail.com>
Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221030094258.486428-4-iskren.chernev@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-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 0c2894498845..232895fa1d8d 100644 --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml @@ -25,6 +25,7 @@ properties: - items: - enum: - qcom,sc7280-gpi-dma + - qcom,sm6115-gpi-dma - qcom,sm8350-gpi-dma - qcom,sm8450-gpi-dma - const: qcom,sm6350-gpi-dma |