[PATCH] dt-bindings: display: rockchip,vop: Drop assigned-clocks

Rob Herring (Arm) posted 1 patch 10 months, 1 week ago
.../devicetree/bindings/display/rockchip/rockchip-vop.yaml  | 6 ------
1 file changed, 6 deletions(-)
[PATCH] dt-bindings: display: rockchip,vop: Drop assigned-clocks
Posted by Rob Herring (Arm) 10 months, 1 week ago
assigned-clock properties are implicitly allowed in any node with
'clocks' and don't have to be specified. The max here also appears to be
wrong as there's a case with 4 entries.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/display/rockchip/rockchip-vop.yaml  | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.yaml
index b339b7e708c6..8b5f58103dda 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.yaml
@@ -73,12 +73,6 @@ properties:
   port:
     $ref: /schemas/graph.yaml#/properties/port
 
-  assigned-clocks:
-    maxItems: 2
-
-  assigned-clock-rates:
-    maxItems: 2
-
   iommus:
     maxItems: 1
 
-- 
2.47.2
Re: [PATCH] dt-bindings: display: rockchip,vop: Drop assigned-clocks
Posted by Heiko Stuebner 10 months ago
On Fri, 04 Apr 2025 16:40:29 -0500, Rob Herring (Arm) wrote:
> assigned-clock properties are implicitly allowed in any node with
> 'clocks' and don't have to be specified. The max here also appears to be
> wrong as there's a case with 4 entries.
> 
> 

Applied, thanks!

[1/1] dt-bindings: display: rockchip,vop: Drop assigned-clocks
      commit: 64e6121dc1b18a8208faf5b26efb50206722fd8e

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>
Re: [PATCH] dt-bindings: display: rockchip,vop: Drop assigned-clocks
Posted by Krzysztof Kozlowski 10 months ago
On Fri, Apr 04, 2025 at 04:40:29PM GMT, Rob Herring (Arm) wrote:
> assigned-clock properties are implicitly allowed in any node with
> 'clocks' and don't have to be specified. The max here also appears to be
> wrong as there's a case with 4 entries.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../devicetree/bindings/display/rockchip/rockchip-vop.yaml  | 6 ------
>  1 file changed, 6 deletions(-)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof