diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2021-06-15 01:53:56 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-06-16 12:36:10 +0200 |
commit | 14f259c8be0168f11333bad30b2d716002cfdcbc (patch) | |
tree | e566db155216edfc0664a9588debdfbe757f4932 | |
parent | dmaengine: sun4i: Use list_move_tail instead of list_del/list_add_tail (diff) | |
download | linux-14f259c8be0168f11333bad30b2d716002cfdcbc.tar.xz linux-14f259c8be0168f11333bad30b2d716002cfdcbc.zip |
dt-bindings: dmaengine: qcom: gpi: add compatible for sm8250
No functional changes, just adding a new compatible for a different
SoC.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210614235358.444834-1-konrad.dybcio@somainline.org
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 e302147e53c6..e614fe3187bb 100644 --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml @@ -21,6 +21,7 @@ properties: enum: - qcom,sdm845-gpi-dma - qcom,sm8150-gpi-dma + - qcom,sm8250-gpi-dma reg: maxItems: 1 |