2021-06-14 23:59:01

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH 1/3] 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 <[email protected]>
---
Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
1 file changed, 1 insertion(+)

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
--
2.32.0


2021-06-15 23:36:18

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: dmaengine: qcom: gpi: add compatible for sm8250

On Mon 14 Jun 18:53 CDT 2021, Konrad Dybcio wrote:

> No functional changes, just adding a new compatible for a different
> SoC.
>

Reviewed-by: Bjorn Andersson <[email protected]>

Regards,
Bjorn

> Signed-off-by: Konrad Dybcio <[email protected]>
> ---
> Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> 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
> --
> 2.32.0
>

2021-06-16 10:37:56

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: dmaengine: qcom: gpi: add compatible for sm8250

On 15-06-21, 01:53, Konrad Dybcio wrote:
> No functional changes, just adding a new compatible for a different
> SoC.

Applied 1 & 2, thanks

--
~Vinod