devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rtc: mpfs-rtc: Properly name file
@ 2024-10-11 10:06 alexandre.belloni
  2024-10-11 10:34 ` Conor Dooley
  2024-10-14 15:39 ` Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: alexandre.belloni @ 2024-10-11 10:06 UTC (permalink / raw)
  To: pierre-henry.moussay, Alexandre Belloni, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Daire McNamara, Lewis Hanly
  Cc: linux-rtc, devicetree, linux-kernel

From: Alexandre Belloni <alexandre.belloni@bootlin.com>

The actual compatible string is microchip,mpfs-rtc, not microchip,mfps-rtc.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 .../rtc/{microchip,mfps-rtc.yaml => microchip,mpfs-rtc.yaml}      | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/rtc/{microchip,mfps-rtc.yaml => microchip,mpfs-rtc.yaml} (100%)

diff --git a/Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml b/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
similarity index 100%
rename from Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml
rename to Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
-- 
2.46.2


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

* Re: [PATCH] dt-bindings: rtc: mpfs-rtc: Properly name file
  2024-10-11 10:06 [PATCH] dt-bindings: rtc: mpfs-rtc: Properly name file alexandre.belloni
@ 2024-10-11 10:34 ` Conor Dooley
  2024-10-14 15:39 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2024-10-11 10:34 UTC (permalink / raw)
  To: alexandre.belloni
  Cc: pierre-henry.moussay, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Daire McNamara, Lewis Hanly, linux-rtc, devicetree,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 967 bytes --]

On Fri, Oct 11, 2024 at 12:06:07PM +0200, alexandre.belloni@bootlin.com wrote:
> From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> The actual compatible string is microchip,mpfs-rtc, not microchip,mfps-rtc.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

lol.

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

> ---
>  .../rtc/{microchip,mfps-rtc.yaml => microchip,mpfs-rtc.yaml}      | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/rtc/{microchip,mfps-rtc.yaml => microchip,mpfs-rtc.yaml} (100%)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml b/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
> similarity index 100%
> rename from Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml
> rename to Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
> -- 
> 2.46.2
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] dt-bindings: rtc: mpfs-rtc: Properly name file
  2024-10-11 10:06 [PATCH] dt-bindings: rtc: mpfs-rtc: Properly name file alexandre.belloni
  2024-10-11 10:34 ` Conor Dooley
@ 2024-10-14 15:39 ` Rob Herring
  2024-10-14 16:54   ` Alexandre Belloni
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2024-10-14 15:39 UTC (permalink / raw)
  To: alexandre.belloni
  Cc: pierre-henry.moussay, Krzysztof Kozlowski, Conor Dooley,
	Daire McNamara, Lewis Hanly, linux-rtc, devicetree, linux-kernel

On Fri, Oct 11, 2024 at 5:06 AM <alexandre.belloni@bootlin.com> wrote:
>
> From: Alexandre Belloni <alexandre.belloni@bootlin.com>
>
> The actual compatible string is microchip,mpfs-rtc, not microchip,mfps-rtc.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> ---
>  .../rtc/{microchip,mfps-rtc.yaml => microchip,mpfs-rtc.yaml}      | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/rtc/{microchip,mfps-rtc.yaml => microchip,mpfs-rtc.yaml} (100%)
>
> diff --git a/Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml b/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
> similarity index 100%
> rename from Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml
> rename to Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml

Incomplete. Now next has this warning:

/builds/robherring/linux-dt/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml:
$id: Cannot determine base path from $id, relative path/filename
doesn't match actual path or filename
         $id: http://devicetree.org/schemas/rtc/microchip,mfps-rtc.yaml
        file: /builds/robherring/linux-dt/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml

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

* Re: [PATCH] dt-bindings: rtc: mpfs-rtc: Properly name file
  2024-10-14 15:39 ` Rob Herring
@ 2024-10-14 16:54   ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2024-10-14 16:54 UTC (permalink / raw)
  To: Rob Herring
  Cc: pierre-henry.moussay, Krzysztof Kozlowski, Conor Dooley,
	Daire McNamara, Lewis Hanly, linux-rtc, devicetree, linux-kernel

On 14/10/2024 10:39:20-0500, Rob Herring wrote:
> On Fri, Oct 11, 2024 at 5:06 AM <alexandre.belloni@bootlin.com> wrote:
> >
> > From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> >
> > The actual compatible string is microchip,mpfs-rtc, not microchip,mfps-rtc.
> >
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > ---
> >  .../rtc/{microchip,mfps-rtc.yaml => microchip,mpfs-rtc.yaml}      | 0
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  rename Documentation/devicetree/bindings/rtc/{microchip,mfps-rtc.yaml => microchip,mpfs-rtc.yaml} (100%)
> >
> > diff --git a/Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml b/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
> > similarity index 100%
> > rename from Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml
> > rename to Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
> 
> Incomplete. Now next has this warning:
> 
> /builds/robherring/linux-dt/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml:
> $id: Cannot determine base path from $id, relative path/filename
> doesn't match actual path or filename
>          $id: http://devicetree.org/schemas/rtc/microchip,mfps-rtc.yaml
>         file: /builds/robherring/linux-dt/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml

I fixed it directly in my tree...

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2024-10-14 16:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 10:06 [PATCH] dt-bindings: rtc: mpfs-rtc: Properly name file alexandre.belloni
2024-10-11 10:34 ` Conor Dooley
2024-10-14 15:39 ` Rob Herring
2024-10-14 16:54   ` Alexandre Belloni

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).