Message ID | 20220406132508.1029348-2-vkoul@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | dd45d96bd9d3a052f1497f3d813a76d8308af25e |
Headers | show |
Series | [1/3] dmaengine: qcom: gpi: set chain and link flag for duplex | expand |
On 06/04/2022 15:25, Vinod Koul wrote: > Add the compatible for newer qcom socs with gpi dma i.e qcom sm8350 and > sm8450. > > Signed-off-by: Vinod Koul <vkoul@kernel.org> > --- > Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed 06 Apr 06:25 PDT 2022, Vinod Koul wrote: > 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> > --- > Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > 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 > -- > 2.34.1 >
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
Add the compatible for newer qcom socs with gpi dma i.e qcom sm8350 and sm8450. Signed-off-by: Vinod Koul <vkoul@kernel.org> --- Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 2 ++ 1 file changed, 2 insertions(+)