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@xxxxxxxxxxxxx>
---
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