linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: soc: fsl,ls1028a-reset: Drop extra "/" in $id
@ 2025-05-07 21:59 Rob Herring (Arm)
  2025-05-07 23:07 ` Rob Herring (Arm)
  2025-05-08  6:44 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-05-07 21:59 UTC (permalink / raw)
  To: Christophe Leroy, Krzysztof Kozlowski, Conor Dooley
  Cc: linuxppc-dev, linux-arm-kernel, devicetree, linux-kernel

The $id value has a double "//". Drop it.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml b/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
index 31295be91013..558a8c7aab9c 100644
--- a/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
+++ b/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas//soc/fsl/fsl,ls1028a-reset.yaml#
+$id: http://devicetree.org/schemas/soc/fsl/fsl,ls1028a-reset.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Freescale Layerscape Reset Registers Module
-- 
2.47.2



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

* Re: [PATCH] dt-bindings: soc: fsl,ls1028a-reset: Drop extra "/" in $id
  2025-05-07 21:59 [PATCH] dt-bindings: soc: fsl,ls1028a-reset: Drop extra "/" in $id Rob Herring (Arm)
@ 2025-05-07 23:07 ` Rob Herring (Arm)
  2025-05-08  6:44 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-05-07 23:07 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Christophe Leroy, linux-kernel, devicetree, linuxppc-dev,
	linux-arm-kernel, Krzysztof Kozlowski, Conor Dooley


On Wed, 07 May 2025 16:59:02 -0500, Rob Herring (Arm) wrote:
> The $id value has a double "//". Drop it.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

My bot found errors running 'make dt_binding_check' on your patch:

yamllint warnings/errors:

dtschema/dtc warnings/errors:


doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250507215903.2748698-1-robh@kernel.org

The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:

pip3 install dtschema --upgrade

Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.



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

* Re: [PATCH] dt-bindings: soc: fsl,ls1028a-reset: Drop extra "/" in $id
  2025-05-07 21:59 [PATCH] dt-bindings: soc: fsl,ls1028a-reset: Drop extra "/" in $id Rob Herring (Arm)
  2025-05-07 23:07 ` Rob Herring (Arm)
@ 2025-05-08  6:44 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-08  6:44 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Christophe Leroy, Krzysztof Kozlowski, Conor Dooley, linuxppc-dev,
	linux-arm-kernel, devicetree, linux-kernel

On Wed, May 07, 2025 at 04:59:02PM GMT, Rob Herring (Arm) wrote:
> The $id value has a double "//". Drop it.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Fixes: 9ca5a7d9d2e0 ("dt-bindings: soc: fsl: Add fsl,ls1028a-reset for reset syscon node")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof



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

* [PATCH] dt-bindings: soc: fsl,ls1028a-reset: Drop extra "/" in $id
@ 2025-06-07 21:28 Rob Herring (Arm)
  2025-06-09 16:10 ` Frank Li
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-06-07 21:28 UTC (permalink / raw)
  To: Christophe Leroy, Krzysztof Kozlowski, Conor Dooley, Frank Li
  Cc: linuxppc-dev, linux-arm-kernel, devicetree, linux-kernel

The $id value has a double "//". Drop it.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml b/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
index 234089b5954d..b43df10c5ef4 100644
--- a/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
+++ b/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas//soc/fsl/fsl,ls1028a-reset.yaml#
+$id: http://devicetree.org/schemas/soc/fsl/fsl,ls1028a-reset.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Freescale Layerscape Reset Registers Module
-- 
2.47.2



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

* Re: [PATCH] dt-bindings: soc: fsl,ls1028a-reset: Drop extra "/" in $id
  2025-06-07 21:28 Rob Herring (Arm)
@ 2025-06-09 16:10 ` Frank Li
  0 siblings, 0 replies; 5+ messages in thread
From: Frank Li @ 2025-06-09 16:10 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Christophe Leroy, Krzysztof Kozlowski, Conor Dooley, linuxppc-dev,
	linux-arm-kernel, devicetree, linux-kernel

On Sat, Jun 07, 2025 at 04:28:13PM -0500, Rob Herring (Arm) wrote:
> The $id value has a double "//". Drop it.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Reviewed-by: Frank Li <Frank.Li@nxp.com>

> ---
>  .../devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml b/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
> index 234089b5954d..b43df10c5ef4 100644
> --- a/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
> +++ b/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>  %YAML 1.2
>  ---
> -$id: http://devicetree.org/schemas//soc/fsl/fsl,ls1028a-reset.yaml#
> +$id: http://devicetree.org/schemas/soc/fsl/fsl,ls1028a-reset.yaml#
>  $schema: http://devicetree.org/meta-schemas/core.yaml#
>
>  title: Freescale Layerscape Reset Registers Module
> --
> 2.47.2
>


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

end of thread, other threads:[~2025-06-09 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 21:59 [PATCH] dt-bindings: soc: fsl,ls1028a-reset: Drop extra "/" in $id Rob Herring (Arm)
2025-05-07 23:07 ` Rob Herring (Arm)
2025-05-08  6:44 ` Krzysztof Kozlowski
  -- strict thread matches above, loose matches on Subject: below --
2025-06-07 21:28 Rob Herring (Arm)
2025-06-09 16:10 ` Frank Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).