diff options
author | Lubomir Rintel <[email protected]> | 2020-06-05 08:52:58 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2020-06-09 13:45:09 -0700 |
commit | 30b239686b86b1a8097a3b8752b4987b6afed519 (patch) | |
tree | 58fe8fcda80c5e1e448a81bf6a4f0a92d96716b5 | |
parent | 166e4b4841974465d73d650468895b725023c81e (diff) |
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]>
-rw-r--r-- | Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml b/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml index ab6e82d1d3a9..dffa73402da9 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 { |