2022-11-03 04:29:55

by Pandey, Radhey Shyam

[permalink] [raw]
Subject: [PATCH] dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property

xlnx,bus-width is a required property. In yaml conversion somehow
it got missed out. Bring it back and mention it in required list.
Also add Harini and myself to the maintainer list.

Fixes: 5a04982df8da ("dt-bindings: dmaengine: zynqmp_dma: convert to yaml")
Signed-off-by: Radhey Shyam Pandey <[email protected]>
---
.../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
index c0a1408b12ec..a10019d3a650 100644
--- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
+++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
@@ -13,6 +13,8 @@ description: |

maintainers:
- Michael Tretter <[email protected]>
+ - Harini Katakam <[email protected]>
+ - Radhey Shyam Pandey <[email protected]>

allOf:
- $ref: "../dma-controller.yaml#"
@@ -65,6 +67,7 @@ required:
- interrupts
- clocks
- clock-names
+ - xlnx,bus-width

additionalProperties: false


base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780
--
2.25.1



2022-11-03 07:10:15

by Peter Korsgaard

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property

>>>>> "Radhey" == Radhey Shyam Pandey <[email protected]> writes:

> xlnx,bus-width is a required property. In yaml conversion somehow
> it got missed out. Bring it back and mention it in required list.
> Also add Harini and myself to the maintainer list.

> Fixes: 5a04982df8da ("dt-bindings: dmaengine: zynqmp_dma: convert to yaml")
> Signed-off-by: Radhey Shyam Pandey <[email protected]>
> ---
> .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml | 3 +++
> 1 file changed, 3 insertions(+)

> diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
> index c0a1408b12ec..a10019d3a650 100644
> --- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
> +++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
> @@ -13,6 +13,8 @@ description: |

> maintainers:
> - Michael Tretter <[email protected]>
> + - Harini Katakam <[email protected]>
> + - Radhey Shyam Pandey <[email protected]>

That should ideally be in a separate patch.


> allOf:
> - $ref: "../dma-controller.yaml#"
> @@ -65,6 +67,7 @@ required:
> - interrupts
> - clocks
> - clock-names
> + - xlnx,bus-width

Reviewed-by: Peter Korsgaard <[email protected]>

--
Bye, Peter Korsgaard

2022-11-03 13:45:22

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property

On 03/11/2022 00:12, Radhey Shyam Pandey wrote:
> xlnx,bus-width is a required property. In yaml conversion somehow
> it got missed out. Bring it back and mention it in required list.
> Also add Harini and myself to the maintainer list.
>
> Fixes: 5a04982df8da ("dt-bindings: dmaengine: zynqmp_dma: convert to yaml")
> Signed-off-by: Radhey Shyam Pandey <[email protected]>
> ---


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2022-11-03 14:00:28

by Michael Tretter

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property

On Thu, 03 Nov 2022 09:42:37 +0530, Radhey Shyam Pandey wrote:
> xlnx,bus-width is a required property. In yaml conversion somehow
> it got missed out. Bring it back and mention it in required list.
> Also add Harini and myself to the maintainer list.
>
> Fixes: 5a04982df8da ("dt-bindings: dmaengine: zynqmp_dma: convert to yaml")
> Signed-off-by: Radhey Shyam Pandey <[email protected]>

Reviewed-by: Michael Tretter <[email protected]>

> ---
> .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
> index c0a1408b12ec..a10019d3a650 100644
> --- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
> +++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
> @@ -13,6 +13,8 @@ description: |
>
> maintainers:
> - Michael Tretter <[email protected]>
> + - Harini Katakam <[email protected]>
> + - Radhey Shyam Pandey <[email protected]>
>
> allOf:
> - $ref: "../dma-controller.yaml#"
> @@ -65,6 +67,7 @@ required:
> - interrupts
> - clocks
> - clock-names
> + - xlnx,bus-width
>
> additionalProperties: false
>
>
> base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780
> --
> 2.25.1
>
>