2020-06-05 06:55:46

by Lubomir Rintel

[permalink] [raw]
Subject: [PATCH] dt-bindings: clock: Add a missing include to MMP Audio Clock binding

The include file for input clock in the example was missing, breaking the
validation.

Signed-off-by: Lubomir Rintel <[email protected]>
Reported-by: Rob Herring <[email protected]>
---
.../devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml b/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml
index ab6e82d1d3a9e..dffa73402da93 100644
--- a/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml
@@ -59,6 +59,7 @@ additionalProperties: false
examples:
- |
#include <dt-bindings/clock/marvell,mmp2-audio.h>
+ #include <dt-bindings/clock/marvell,mmp2.h>
#include <dt-bindings/power/marvell,mmp2.h>

clock-controller@d42a0c30 {
--
2.26.2


2020-06-09 20:49:30

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: clock: Add a missing include to MMP Audio Clock binding

Quoting Lubomir Rintel (2020-06-04 23:52:58)
> The include file for input clock in the example was missing, breaking the
> validation.
>
> Signed-off-by: Lubomir Rintel <[email protected]>
> Reported-by: Rob Herring <[email protected]>
> ---

Applied to clk-next

2020-06-09 20:55:37

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: clock: Add a missing include to MMP Audio Clock binding

On Fri, Jun 5, 2020 at 12:53 AM Lubomir Rintel <[email protected]> wrote:
>
> The include file for input clock in the example was missing, breaking the
> validation.
>
> Signed-off-by: Lubomir Rintel <[email protected]>
> Reported-by: Rob Herring <[email protected]>
> ---
> .../devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml | 1 +
> 1 file changed, 1 insertion(+)

Acked-by: Rob Herring <[email protected]>