2023-06-05 16:28:25

by Nícolas F. R. A. Prado

[permalink] [raw]
Subject: [PATCH 2/6] media: dt-bindings: mediatek,vcodec: Don't require assigned-clocks

On MT8183 it's not necessary to configure the parent for the clocks.
Remove the assigned-clocks and assigned-clock-parents from the required
list.

Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
---

.../devicetree/bindings/media/mediatek,vcodec-decoder.yaml | 2 --
1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml b/Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml
index 57d5ca776df0..6447e6c86f29 100644
--- a/Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml
+++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml
@@ -67,8 +67,6 @@ required:
- clocks
- clock-names
- iommus
- - assigned-clocks
- - assigned-clock-parents

allOf:
- if:
--
2.40.1



2023-06-06 07:15:58

by Matthias Brugger

[permalink] [raw]
Subject: Re: [PATCH 2/6] media: dt-bindings: mediatek,vcodec: Don't require assigned-clocks



On 05/06/2023 18:20, Nícolas F. R. A. Prado wrote:
> On MT8183 it's not necessary to configure the parent for the clocks.
> Remove the assigned-clocks and assigned-clock-parents from the required
> list.
>
> Signed-off-by: Nícolas F. R. A. Prado <[email protected]>

Reviewed-by: Matthias Brugger <[email protected]>

> ---
>
> .../devicetree/bindings/media/mediatek,vcodec-decoder.yaml | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml b/Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml
> index 57d5ca776df0..6447e6c86f29 100644
> --- a/Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml
> +++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml
> @@ -67,8 +67,6 @@ required:
> - clocks
> - clock-names
> - iommus
> - - assigned-clocks
> - - assigned-clock-parents
>
> allOf:
> - if:

Subject: Re: [PATCH 2/6] media: dt-bindings: mediatek,vcodec: Don't require assigned-clocks

Il 05/06/23 18:20, Nícolas F. R. A. Prado ha scritto:
> On MT8183 it's not necessary to configure the parent for the clocks.
> Remove the assigned-clocks and assigned-clock-parents from the required
> list.
>
> Signed-off-by: Nícolas F. R. A. Prado <[email protected]>

It should not be mandatory to configure clock parents manually on any model
anyway...

Reviewed-by: AngeloGioacchino Del Regno <[email protected]>


2023-06-06 09:27:33

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/6] media: dt-bindings: mediatek,vcodec: Don't require assigned-clocks

On 05/06/2023 18:20, Nícolas F. R. A. Prado wrote:
> On MT8183 it's not necessary to configure the parent for the clocks.
> Remove the assigned-clocks and assigned-clock-parents from the required
> list.
>
> Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
> ---

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

Best regards,
Krzysztof