devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: soc: ti: pruss: Fix a typo on assigned-clock-parents
@ 2024-10-08  4:50 Hui Wang
  2024-10-08  8:02 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Hui Wang @ 2024-10-08  4:50 UTC (permalink / raw)
  To: devicetree, nm, ssantosh, robh, krzk+dt, conor+dt, s-anna,
	grzegorz.jaszczyk
  Cc: hui.wang

It appears the assigned-clocks-parents is a typo of
assigned-clock-parents even if it is in the description.

Fixes: 25bafac9408f ("dt-bindings: soc: ti: Update TI PRUSS bindings regarding clock-muxes")
Signed-off-by: Hui Wang <hui.wang@canonical.com>
---
 Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
index 3cb1471cc6b6..6d658b020be8 100644
--- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
+++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
@@ -185,7 +185,7 @@ patternProperties:
               assigned-clock-parents:
                 maxItems: 1
                 description: |
-                  Standard assigned-clocks-parents definition used for selecting
+                  Standard assigned-clock-parents definition used for selecting
                   mux parent (one of the mux input).
 
               reg:
@@ -219,7 +219,7 @@ patternProperties:
               assigned-clock-parents:
                 maxItems: 1
                 description: |
-                  Standard assigned-clocks-parents definition used for selecting
+                  Standard assigned-clock-parents definition used for selecting
                   mux parent (one of the mux input).
 
               reg:
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: soc: ti: pruss: Fix a typo on assigned-clock-parents
  2024-10-08  4:50 [PATCH] dt-bindings: soc: ti: pruss: Fix a typo on assigned-clock-parents Hui Wang
@ 2024-10-08  8:02 ` Krzysztof Kozlowski
  2024-10-09  1:41   ` Hui Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-10-08  8:02 UTC (permalink / raw)
  To: Hui Wang
  Cc: devicetree, nm, ssantosh, robh, krzk+dt, conor+dt, s-anna,
	grzegorz.jaszczyk

On Tue, Oct 08, 2024 at 12:50:47PM +0800, Hui Wang wrote:
> It appears the assigned-clocks-parents is a typo of
> assigned-clock-parents even if it is in the description.
> 
> Fixes: 25bafac9408f ("dt-bindings: soc: ti: Update TI PRUSS bindings regarding clock-muxes")
> Signed-off-by: Hui Wang <hui.wang@canonical.com>
> ---
>  Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
> index 3cb1471cc6b6..6d658b020be8 100644
> --- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
> +++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
> @@ -185,7 +185,7 @@ patternProperties:
>                assigned-clock-parents:
>                  maxItems: 1
>                  description: |
> -                  Standard assigned-clocks-parents definition used for selecting
> +                  Standard assigned-clock-parents definition used for selecting

No, just drop the description. It looks redundant - I do not see
anything new said there. There is little point in correcting stuff which
should not be there in the first place.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: soc: ti: pruss: Fix a typo on assigned-clock-parents
  2024-10-08  8:02 ` Krzysztof Kozlowski
@ 2024-10-09  1:41   ` Hui Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Hui Wang @ 2024-10-09  1:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: devicetree, nm, ssantosh, robh, krzk+dt, conor+dt, s-anna,
	grzegorz.jaszczyk


On 10/8/24 16:02, Krzysztof Kozlowski wrote:
> On Tue, Oct 08, 2024 at 12:50:47PM +0800, Hui Wang wrote:
>> It appears the assigned-clocks-parents is a typo of
>> assigned-clock-parents even if it is in the description.
>>
>> Fixes: 25bafac9408f ("dt-bindings: soc: ti: Update TI PRUSS bindings regarding clock-muxes")
>> Signed-off-by: Hui Wang <hui.wang@canonical.com>
>> ---
>>   Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
>> index 3cb1471cc6b6..6d658b020be8 100644
>> --- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
>> +++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
>> @@ -185,7 +185,7 @@ patternProperties:
>>                 assigned-clock-parents:
>>                   maxItems: 1
>>                   description: |
>> -                  Standard assigned-clocks-parents definition used for selecting
>> +                  Standard assigned-clock-parents definition used for selecting
> No, just drop the description. It looks redundant - I do not see
> anything new said there. There is little point in correcting stuff which
> should not be there in the first place.
OK, got it. thanks.
> Best regards,
> Krzysztof
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-09  1:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08  4:50 [PATCH] dt-bindings: soc: ti: pruss: Fix a typo on assigned-clock-parents Hui Wang
2024-10-08  8:02 ` Krzysztof Kozlowski
2024-10-09  1:41   ` Hui Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).