Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: imx8mm-clock: Fix the file path

Currently the following warning is seen with 'make dt_binding_check':

Documentation/devicetree/bindings/clock/imx8mm-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 <festevam@gmail.com>
Link: https://lkml.kernel.org/r/20200326171933.13394-2-festevam@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Fabio Estevam and committed by
Stephen Boyd
a8b45430 1915253e

+1 -1
+1 -1
Documentation/devicetree/bindings/clock/imx8mm-clock.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/bindings/clock/imx8mm-clock.yaml# 4 + $id: http://devicetree.org/schemas/clock/imx8mm-clock.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: NXP i.MX8M Mini Clock Control Module Binding