devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: Remove leftover axentia.txt
@ 2019-11-20 14:55 Rob Herring
  2019-12-10 11:04 ` Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2019-11-20 14:55 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Peter Rosin, Nicolas Ferre, Alexandre Belloni, Ludovic Desroches

The bindings described in axentia.txt are already covered by
atmel-at91.yaml, so remove the file.

Cc: Peter Rosin <peda@axentia.se>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../devicetree/bindings/arm/axentia.txt       | 28 -------------------
 MAINTAINERS                                   |  1 -
 2 files changed, 29 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/axentia.txt

diff --git a/Documentation/devicetree/bindings/arm/axentia.txt b/Documentation/devicetree/bindings/arm/axentia.txt
deleted file mode 100644
index de58f2463880..000000000000
--- a/Documentation/devicetree/bindings/arm/axentia.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Device tree bindings for Axentia ARM devices
-============================================
-
-Linea CPU module
-----------------
-
-Required root node properties:
-compatible = "axentia,linea",
-	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
-and following the rules from atmel-at91.txt for a sama5d31 SoC.
-
-
-Nattis v2 board with Natte v2 power board
------------------------------------------
-
-Required root node properties:
-compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
-	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
-and following the rules from above for the axentia,linea CPU module.
-
-
-TSE-850 v3 board
-----------------
-
-Required root node properties:
-compatible = "axentia,tse850v3", "axentia,linea",
-	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
-and following the rules from above for the axentia,linea CPU module.
diff --git a/MAINTAINERS b/MAINTAINERS
index 97b28c913813..8d711f764dfb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2859,7 +2859,6 @@ AXENTIA ARM DEVICES
 M:	Peter Rosin <peda@axentia.se>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-F:	Documentation/devicetree/bindings/arm/axentia.txt
 F:	arch/arm/boot/dts/at91-linea.dtsi
 F:	arch/arm/boot/dts/at91-natte.dtsi
 F:	arch/arm/boot/dts/at91-nattis-2-natte-2.dts
-- 
2.20.1


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

* Re: [PATCH] dt-bindings: arm: Remove leftover axentia.txt
  2019-11-20 14:55 [PATCH] dt-bindings: arm: Remove leftover axentia.txt Rob Herring
@ 2019-12-10 11:04 ` Alexandre Belloni
  2019-12-10 11:10   ` Peter Rosin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandre Belloni @ 2019-12-10 11:04 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-arm-kernel, Peter Rosin, Nicolas Ferre,
	Ludovic Desroches

On 20/11/2019 08:55:36-0600, Rob Herring wrote:
> The bindings described in axentia.txt are already covered by
> atmel-at91.yaml, so remove the file.
> 
> Cc: Peter Rosin <peda@axentia.se>
> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
> Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

> ---
>  .../devicetree/bindings/arm/axentia.txt       | 28 -------------------
>  MAINTAINERS                                   |  1 -
>  2 files changed, 29 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/arm/axentia.txt
> 
> diff --git a/Documentation/devicetree/bindings/arm/axentia.txt b/Documentation/devicetree/bindings/arm/axentia.txt
> deleted file mode 100644
> index de58f2463880..000000000000
> --- a/Documentation/devicetree/bindings/arm/axentia.txt
> +++ /dev/null
> @@ -1,28 +0,0 @@
> -Device tree bindings for Axentia ARM devices
> -============================================
> -
> -Linea CPU module
> -----------------
> -
> -Required root node properties:
> -compatible = "axentia,linea",
> -	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
> -and following the rules from atmel-at91.txt for a sama5d31 SoC.
> -
> -
> -Nattis v2 board with Natte v2 power board
> ------------------------------------------
> -
> -Required root node properties:
> -compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
> -	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
> -and following the rules from above for the axentia,linea CPU module.
> -
> -
> -TSE-850 v3 board
> -----------------
> -
> -Required root node properties:
> -compatible = "axentia,tse850v3", "axentia,linea",
> -	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
> -and following the rules from above for the axentia,linea CPU module.
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 97b28c913813..8d711f764dfb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2859,7 +2859,6 @@ AXENTIA ARM DEVICES
>  M:	Peter Rosin <peda@axentia.se>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
> -F:	Documentation/devicetree/bindings/arm/axentia.txt
>  F:	arch/arm/boot/dts/at91-linea.dtsi
>  F:	arch/arm/boot/dts/at91-natte.dtsi
>  F:	arch/arm/boot/dts/at91-nattis-2-natte-2.dts
> -- 
> 2.20.1
> 

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

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

* Re: [PATCH] dt-bindings: arm: Remove leftover axentia.txt
  2019-12-10 11:04 ` Alexandre Belloni
@ 2019-12-10 11:10   ` Peter Rosin
  2019-12-10 11:14     ` Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Rosin @ 2019-12-10 11:10 UTC (permalink / raw)
  To: Alexandre Belloni, Rob Herring
  Cc: devicetree, linux-arm-kernel, Nicolas Ferre, Ludovic Desroches

On 2019-12-10 12:04, Alexandre Belloni wrote:
> On 20/11/2019 08:55:36-0600, Rob Herring wrote:
>> The bindings described in axentia.txt are already covered by
>> atmel-at91.yaml, so remove the file.
>>
>> Cc: Peter Rosin <peda@axentia.se>
>> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
>> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
>> Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
>> Signed-off-by: Rob Herring <robh@kernel.org>
> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Right, this one fell of out of my memory due to overload. Sorry.

Acked-by: Peter Rosin <peda@axentia.se>

Cheers,
Peter

> 
>> ---
>>  .../devicetree/bindings/arm/axentia.txt       | 28 -------------------
>>  MAINTAINERS                                   |  1 -
>>  2 files changed, 29 deletions(-)
>>  delete mode 100644 Documentation/devicetree/bindings/arm/axentia.txt
>>
>> diff --git a/Documentation/devicetree/bindings/arm/axentia.txt b/Documentation/devicetree/bindings/arm/axentia.txt
>> deleted file mode 100644
>> index de58f2463880..000000000000
>> --- a/Documentation/devicetree/bindings/arm/axentia.txt
>> +++ /dev/null
>> @@ -1,28 +0,0 @@
>> -Device tree bindings for Axentia ARM devices
>> -============================================
>> -
>> -Linea CPU module
>> -----------------
>> -
>> -Required root node properties:
>> -compatible = "axentia,linea",
>> -	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
>> -and following the rules from atmel-at91.txt for a sama5d31 SoC.
>> -
>> -
>> -Nattis v2 board with Natte v2 power board
>> ------------------------------------------
>> -
>> -Required root node properties:
>> -compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
>> -	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
>> -and following the rules from above for the axentia,linea CPU module.
>> -
>> -
>> -TSE-850 v3 board
>> -----------------
>> -
>> -Required root node properties:
>> -compatible = "axentia,tse850v3", "axentia,linea",
>> -	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
>> -and following the rules from above for the axentia,linea CPU module.
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 97b28c913813..8d711f764dfb 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2859,7 +2859,6 @@ AXENTIA ARM DEVICES
>>  M:	Peter Rosin <peda@axentia.se>
>>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>>  S:	Maintained
>> -F:	Documentation/devicetree/bindings/arm/axentia.txt
>>  F:	arch/arm/boot/dts/at91-linea.dtsi
>>  F:	arch/arm/boot/dts/at91-natte.dtsi
>>  F:	arch/arm/boot/dts/at91-nattis-2-natte-2.dts
>> -- 
>> 2.20.1
>>
> 


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

* Re: [PATCH] dt-bindings: arm: Remove leftover axentia.txt
  2019-12-10 11:10   ` Peter Rosin
@ 2019-12-10 11:14     ` Alexandre Belloni
  2019-12-10 17:40       ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandre Belloni @ 2019-12-10 11:14 UTC (permalink / raw)
  To: Peter Rosin
  Cc: Rob Herring, devicetree, linux-arm-kernel, Nicolas Ferre,
	Ludovic Desroches

On 10/12/2019 11:10:33+0000, Peter Rosin wrote:
> On 2019-12-10 12:04, Alexandre Belloni wrote:
> > On 20/11/2019 08:55:36-0600, Rob Herring wrote:
> >> The bindings described in axentia.txt are already covered by
> >> atmel-at91.yaml, so remove the file.
> >>
> >> Cc: Peter Rosin <peda@axentia.se>
> >> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
> >> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> >> Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
> >> Signed-off-by: Rob Herring <robh@kernel.org>
> > Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> Right, this one fell of out of my memory due to overload. Sorry.
> 
> Acked-by: Peter Rosin <peda@axentia.se>
> 

Rob, I assume you are going to apply it in your tree. If you want that
to go through arm-soc, tell me, I can apply it too.


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

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

* Re: [PATCH] dt-bindings: arm: Remove leftover axentia.txt
  2019-12-10 11:14     ` Alexandre Belloni
@ 2019-12-10 17:40       ` Rob Herring
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2019-12-10 17:40 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Peter Rosin, devicetree, linux-arm-kernel, Nicolas Ferre,
	Ludovic Desroches

On Tue, Dec 10, 2019 at 5:15 AM Alexandre Belloni
<alexandre.belloni@bootlin.com> wrote:
>
> On 10/12/2019 11:10:33+0000, Peter Rosin wrote:
> > On 2019-12-10 12:04, Alexandre Belloni wrote:
> > > On 20/11/2019 08:55:36-0600, Rob Herring wrote:
> > >> The bindings described in axentia.txt are already covered by
> > >> atmel-at91.yaml, so remove the file.
> > >>
> > >> Cc: Peter Rosin <peda@axentia.se>
> > >> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
> > >> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > >> Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
> > >> Signed-off-by: Rob Herring <robh@kernel.org>
> > > Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> >
> > Right, this one fell of out of my memory due to overload. Sorry.
> >
> > Acked-by: Peter Rosin <peda@axentia.se>
> >
>
> Rob, I assume you are going to apply it in your tree. If you want that
> to go through arm-soc, tell me, I can apply it too.

It's already in v5.5-rc1.

Rob

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

end of thread, other threads:[~2019-12-10 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 14:55 [PATCH] dt-bindings: arm: Remove leftover axentia.txt Rob Herring
2019-12-10 11:04 ` Alexandre Belloni
2019-12-10 11:10   ` Peter Rosin
2019-12-10 11:14     ` Alexandre Belloni
2019-12-10 17:40       ` Rob Herring

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