Skip to content

Commit 1915253

Browse files
fabioestevambebarino
authored andcommitted
dt-bindings: imx8mq-clock: Fix the file path
Currently the following warning is seen with 'make dt_binding_check': Documentation/devicetree/bindings/clock/imx8mq-clock.yaml: $id: relative path/filename doesn't match actual path or filename Fix it by removing the "bindings" directory from the file path. Signed-off-by: Fabio Estevam <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 17bbcd7 commit 1915253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/clock/imx8mq-clock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
%YAML 1.2
33
---
4-
$id: http://devicetree.org/schemas/bindings/clock/imx8mq-clock.yaml#
4+
$id: http://devicetree.org/schemas/clock/imx8mq-clock.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: NXP i.MX8M Quad Clock Control Module Binding

0 commit comments

Comments
 (0)