Skip to content

Commit 30b2396

Browse files
lkundrakbebarino
authored andcommitted
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]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Rob Herring <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 166e4b4 commit 30b2396

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ additionalProperties: false
5959
examples:
6060
- |
6161
#include <dt-bindings/clock/marvell,mmp2-audio.h>
62+
#include <dt-bindings/clock/marvell,mmp2.h>
6263
#include <dt-bindings/power/marvell,mmp2.h>
6364
6465
clock-controller@d42a0c30 {

0 commit comments

Comments
 (0)