[PATCH] dt-bindings: display/msm: Fix typo in clock-names property

Prabhakar posted 1 patch 1 month, 2 weeks ago
There is a newer version of this series
.../devicetree/bindings/display/msm/dp-controller.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[PATCH] dt-bindings: display/msm: Fix typo in clock-names property
Posted by Prabhakar 1 month, 2 weeks ago
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Fix the typo "clocks-names" to "clock-names" in the allOf/if conditional
blocks.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
Note, patch applies on top of next-20260427.
---
 .../devicetree/bindings/display/msm/dp-controller.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
index 8239adb7f7d3..43ebd053f98c 100644
--- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
@@ -243,7 +243,7 @@ allOf:
         clocks:
           minItems: 5
           maxItems: 5
-        clocks-names:
+        clock-names:
           minItems: 5
           maxItems: 5
 
@@ -264,7 +264,7 @@ allOf:
         clocks:
           minItems: 5
           maxItems: 6
-        clocks-names:
+        clock-names:
           minItems: 5
           maxItems: 6
 
@@ -286,7 +286,7 @@ allOf:
         clocks:
           minItems: 6
           maxItems: 6
-        clocks-names:
+        clock-names:
           minItems: 6
           maxItems: 6
 
@@ -306,7 +306,7 @@ allOf:
         clocks:
           minItems: 6
           maxItems: 8
-        clocks-names:
+        clock-names:
           minItems: 6
           maxItems: 8
 
@@ -326,7 +326,7 @@ allOf:
         clocks:
           minItems: 5
           maxItems: 6
-        clocks-names:
+        clock-names:
           minItems: 5
           maxItems: 6
 
-- 
2.54.0
Re: [PATCH] dt-bindings: display/msm: Fix typo in clock-names property
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On Mon, Apr 27, 2026 at 04:46:58PM +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> Fix the typo "clocks-names" to "clock-names" in the allOf/if conditional
> blocks.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
> Note, patch applies on top of next-20260427.

No one can apply on top of next-20260427, there are no such maintainer
trees.

Please add Fixes tag.

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: display/msm: Fix typo in clock-names property
Posted by Lad, Prabhakar 1 month, 2 weeks ago
Hi Krzysztof,

On Tue, Apr 28, 2026 at 8:41 AM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On Mon, Apr 27, 2026 at 04:46:58PM +0100, Prabhakar wrote:
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> >
> > Fix the typo "clocks-names" to "clock-names" in the allOf/if conditional
> > blocks.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > ---
> > Note, patch applies on top of next-20260427.
>
> No one can apply on top of next-20260427, there are no such maintainer
> trees.
>
Understood. I couldn't find Dmitry's tree so I just added the above note.

> Please add Fixes tag.
>
Ok, I will send a v2 with the fixes tag added.

Cheers,
Prabhakar