All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: imx8mq-clock: Fix the file path
@ 2020-03-26 17:19 Fabio Estevam
  2020-03-26 17:19 ` [PATCH 2/2] dt-bindings: imx8mm-clock: " Fabio Estevam
  2020-03-27  6:16 ` [PATCH 1/2] dt-bindings: imx8mq-clock: " Stephen Boyd
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2020-03-26 17:19 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, devicetree, linux-clk, sboyd, linux-imx, kernel, Fabio Estevam

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 <festevam@gmail.com>
---
 Documentation/devicetree/bindings/clock/imx8mq-clock.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/imx8mq-clock.yaml b/Documentation/devicetree/bindings/clock/imx8mq-clock.yaml
index 77790f0fdcd3..05d7d1471e0c 100644
--- a/Documentation/devicetree/bindings/clock/imx8mq-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/imx8mq-clock.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/bindings/clock/imx8mq-clock.yaml#
+$id: http://devicetree.org/schemas/clock/imx8mq-clock.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: NXP i.MX8M Quad Clock Control Module Binding
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] dt-bindings: imx8mm-clock: Fix the file path
  2020-03-26 17:19 [PATCH 1/2] dt-bindings: imx8mq-clock: Fix the file path Fabio Estevam
@ 2020-03-26 17:19 ` Fabio Estevam
  2020-03-27  6:16   ` Stephen Boyd
  2020-03-27  6:16 ` [PATCH 1/2] dt-bindings: imx8mq-clock: " Stephen Boyd
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2020-03-26 17:19 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, devicetree, linux-clk, sboyd, linux-imx, kernel, Fabio Estevam

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>
---
 Documentation/devicetree/bindings/clock/imx8mm-clock.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/imx8mm-clock.yaml b/Documentation/devicetree/bindings/clock/imx8mm-clock.yaml
index f5be181bd21d..ec830db1367b 100644
--- a/Documentation/devicetree/bindings/clock/imx8mm-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/imx8mm-clock.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/bindings/clock/imx8mm-clock.yaml#
+$id: http://devicetree.org/schemas/clock/imx8mm-clock.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: NXP i.MX8M Mini Clock Control Module Binding
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] dt-bindings: imx8mq-clock: Fix the file path
  2020-03-26 17:19 [PATCH 1/2] dt-bindings: imx8mq-clock: Fix the file path Fabio Estevam
  2020-03-26 17:19 ` [PATCH 2/2] dt-bindings: imx8mm-clock: " Fabio Estevam
@ 2020-03-27  6:16 ` Stephen Boyd
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2020-03-27  6:16 UTC (permalink / raw)
  To: Fabio Estevam, shawnguo
  Cc: robh+dt, devicetree, linux-clk, linux-imx, kernel, Fabio Estevam

Quoting Fabio Estevam (2020-03-26 10:19:32)
> 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 <festevam@gmail.com>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] dt-bindings: imx8mm-clock: Fix the file path
  2020-03-26 17:19 ` [PATCH 2/2] dt-bindings: imx8mm-clock: " Fabio Estevam
@ 2020-03-27  6:16   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2020-03-27  6:16 UTC (permalink / raw)
  To: Fabio Estevam, shawnguo
  Cc: robh+dt, devicetree, linux-clk, linux-imx, kernel, Fabio Estevam

Quoting Fabio Estevam (2020-03-26 10:19:33)
> 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>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-27  6:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26 17:19 [PATCH 1/2] dt-bindings: imx8mq-clock: Fix the file path Fabio Estevam
2020-03-26 17:19 ` [PATCH 2/2] dt-bindings: imx8mm-clock: " Fabio Estevam
2020-03-27  6:16   ` Stephen Boyd
2020-03-27  6:16 ` [PATCH 1/2] dt-bindings: imx8mq-clock: " Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.