Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry
@ 2025-04-10 16:11 Geert Uytterhoeven
  2025-04-10 20:24 ` Frank Li
  2025-04-11 17:50 ` Rob Herring (Arm)
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2025-04-10 16:11 UTC (permalink / raw)
  To: Christophe Leroy, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Frank Li
  Cc: linuxppc-dev, linux-arm-kernel, devicetree, Geert Uytterhoeven

make dt_binding_check:

    Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml: maintainers:0: 'Frank Li' does not match '@'
	    from schema $id: http://devicetree.org/meta-schemas/base.yaml#

Fix this by adding Frank's email address.

Fixes: 9ca5a7d9d2e05de6 ("dt-bindings: soc: fsl: Add fsl,ls1028a-reset for reset syscon node")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 .../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 31295be910130c2b..234089b5954ddb97 100644
--- a/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
+++ b/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Freescale Layerscape Reset Registers Module
 
 maintainers:
-  - Frank Li
+  - Frank Li <Frank.Li@nxp.com>
 
 description:
   Reset Module includes chip reset, service processor control and Reset Control
-- 
2.43.0



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

* Re: [PATCH] dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry
  2025-04-10 16:11 [PATCH] dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry Geert Uytterhoeven
@ 2025-04-10 20:24 ` Frank Li
  2025-04-11 17:50 ` Rob Herring (Arm)
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Li @ 2025-04-10 20:24 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Christophe Leroy, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linuxppc-dev, linux-arm-kernel, devicetree

On Thu, Apr 10, 2025 at 06:11:12PM +0200, Geert Uytterhoeven wrote:
> make dt_binding_check:
>
>     Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml: maintainers:0: 'Frank Li' does not match '@'
> 	    from schema $id: http://devicetree.org/meta-schemas/base.yaml#
>
> Fix this by adding Frank's email address.

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

>
> Fixes: 9ca5a7d9d2e05de6 ("dt-bindings: soc: fsl: Add fsl,ls1028a-reset for reset syscon node")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  .../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 31295be910130c2b..234089b5954ddb97 100644
> --- a/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
> +++ b/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>  title: Freescale Layerscape Reset Registers Module
>
>  maintainers:
> -  - Frank Li
> +  - Frank Li <Frank.Li@nxp.com>
>
>  description:
>    Reset Module includes chip reset, service processor control and Reset Control
> --
> 2.43.0
>


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

* Re: [PATCH] dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry
  2025-04-10 16:11 [PATCH] dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry Geert Uytterhoeven
  2025-04-10 20:24 ` Frank Li
@ 2025-04-11 17:50 ` Rob Herring (Arm)
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-04-11 17:50 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-arm-kernel, Conor Dooley, Krzysztof Kozlowski,
	Frank Li, Christophe Leroy, linuxppc-dev


On Thu, 10 Apr 2025 18:11:12 +0200, Geert Uytterhoeven wrote:
> make dt_binding_check:
> 
>     Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml: maintainers:0: 'Frank Li' does not match '@'
> 	    from schema $id: http://devicetree.org/meta-schemas/base.yaml#
> 
> Fix this by adding Frank's email address.
> 
> Fixes: 9ca5a7d9d2e05de6 ("dt-bindings: soc: fsl: Add fsl,ls1028a-reset for reset syscon node")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  .../devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!



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

end of thread, other threads:[~2025-04-11 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10 16:11 [PATCH] dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry Geert Uytterhoeven
2025-04-10 20:24 ` Frank Li
2025-04-11 17:50 ` Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox