[PATCH] dt-bindings: net: ti,k3-am654-cpts: Fix assigned-clock-parents

Rob Herring posted 1 patch 4 years, 5 months ago
Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml | 6 ------
1 file changed, 6 deletions(-)
[PATCH] dt-bindings: net: ti,k3-am654-cpts: Fix assigned-clock-parents
Posted by Rob Herring 4 years, 5 months ago
The schema has a typo with 'assigned-clocks-parents'. As it is not
required to list assigned clocks in bindings, just drop the assigned-clocks
property definitions to fix this

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml b/Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml
index 1a81bf70c88c..a30419ef550a 100644
--- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml
+++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml
@@ -103,12 +103,6 @@ properties:
       clocks:
         maxItems: 8
 
-      assigned-clocks:
-        maxItems: 1
-
-      assigned-clocks-parents:
-        maxItems: 1
-
     required:
       - clocks
 
-- 
2.32.0

Re: [PATCH] dt-bindings: net: ti,k3-am654-cpts: Fix assigned-clock-parents
Posted by Rob Herring 4 years, 5 months ago
On Thu, 20 Jan 2022 11:23:18 -0600, Rob Herring wrote:
> The schema has a typo with 'assigned-clocks-parents'. As it is not
> required to list assigned clocks in bindings, just drop the assigned-clocks
> property definitions to fix this
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml | 6 ------
>  1 file changed, 6 deletions(-)
> 

Applied, thanks!