linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/6] dt-bindings: arm: Document RTD1296
@ 2019-07-07 13:23 Aleix Roca Nonell
  2019-07-07 13:31 ` Andreas Färber
  0 siblings, 1 reply; 3+ messages in thread
From: Aleix Roca Nonell @ 2019-07-07 13:23 UTC (permalink / raw)
  To: Andreas Färber, Rob Herring, Mark Rutland, Thomas Gleixner,
	Jason Cooper, Marc Zyngier
  Cc: Matthias Brugger, devicetree, linux-kernel, linux-arm-kernel

Add bindings for Relatek RTD1296 SoC. And the Bannana Pi BPI-W2 board.

Signed-off-by: Aleix Roca Nonell <kernelrocks@gmail.com>
---
 Documentation/devicetree/bindings/arm/realtek.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/realtek.txt b/Documentation/devicetree/bindings/arm/realtek.txt
index 95839e19ae92..78da1004d38c 100644
--- a/Documentation/devicetree/bindings/arm/realtek.txt
+++ b/Documentation/devicetree/bindings/arm/realtek.txt
@@ -20,3 +20,16 @@ Root node property compatible must contain, depending on board:
 Example:
 
     compatible = "zidoo,x9s", "realtek,rtd1295";
+
+
+RTD1296 SoC
+===========
+
+Required root node properties:
+
+ - compatible :  must contain "realtek,rtd1296"
+
+
+Root node property compatible must contain, depending on board:
+
+ - Bannana Pi BPI-W2: "bananapi,bpi-w2"
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 5/6] dt-bindings: arm: Document RTD1296
  2019-07-07 13:23 [PATCH 5/6] dt-bindings: arm: Document RTD1296 Aleix Roca Nonell
@ 2019-07-07 13:31 ` Andreas Färber
  2019-07-09 18:40   ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Färber @ 2019-07-07 13:31 UTC (permalink / raw)
  To: Aleix Roca Nonell
  Cc: Mark Rutland, devicetree, Jason Cooper, Marc Zyngier,
	linux-kernel, Rob Herring, Matthias Brugger, Thomas Gleixner,
	linux-arm-kernel

Am 07.07.19 um 15:23 schrieb Aleix Roca Nonell:
> Add bindings for Relatek RTD1296 SoC. And the Bannana Pi BPI-W2 board.

"Realtek", "Banana"

> 
> Signed-off-by: Aleix Roca Nonell <kernelrocks@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/realtek.txt | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/realtek.txt b/Documentation/devicetree/bindings/arm/realtek.txt
> index 95839e19ae92..78da1004d38c 100644
> --- a/Documentation/devicetree/bindings/arm/realtek.txt
> +++ b/Documentation/devicetree/bindings/arm/realtek.txt
> @@ -20,3 +20,16 @@ Root node property compatible must contain, depending on board:
>  Example:
>  
>      compatible = "zidoo,x9s", "realtek,rtd1295";
> +
> +
> +RTD1296 SoC
> +===========
> +
> +Required root node properties:
> +
> + - compatible :  must contain "realtek,rtd1296"

I'm pretty sure that I had such a patch on the list already, so this is
lacking my authorship.

Also, Rob has been working to convert these to YAML, so we should
probably complete that first and then add RTD1296 properly.

> +
> +
> +Root node property compatible must contain, depending on board:
> +
> + - Bannana Pi BPI-W2: "bananapi,bpi-w2"

"Banana"

Regards,
Andreas


-- 
SUSE Linux GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Mary Higgins, Sri Rasiah
HRB 21284 (AG Nürnberg)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 5/6] dt-bindings: arm: Document RTD1296
  2019-07-07 13:31 ` Andreas Färber
@ 2019-07-09 18:40   ` Rob Herring
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2019-07-09 18:40 UTC (permalink / raw)
  To: Andreas Färber
  Cc: Mark Rutland, devicetree, Aleix Roca Nonell, Marc Zyngier,
	linux-kernel, Matthias Brugger, Thomas Gleixner,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Jason Cooper

On Sun, Jul 7, 2019 at 7:31 AM Andreas Färber <afaerber@suse.de> wrote:
>
> Am 07.07.19 um 15:23 schrieb Aleix Roca Nonell:
> > Add bindings for Relatek RTD1296 SoC. And the Bannana Pi BPI-W2 board.
>
> "Realtek", "Banana"
>
> >
> > Signed-off-by: Aleix Roca Nonell <kernelrocks@gmail.com>
> > ---
> >  Documentation/devicetree/bindings/arm/realtek.txt | 13 +++++++++++++
> >  1 file changed, 13 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/arm/realtek.txt b/Documentation/devicetree/bindings/arm/realtek.txt
> > index 95839e19ae92..78da1004d38c 100644
> > --- a/Documentation/devicetree/bindings/arm/realtek.txt
> > +++ b/Documentation/devicetree/bindings/arm/realtek.txt
> > @@ -20,3 +20,16 @@ Root node property compatible must contain, depending on board:
> >  Example:
> >
> >      compatible = "zidoo,x9s", "realtek,rtd1295";
> > +
> > +
> > +RTD1296 SoC
> > +===========
> > +
> > +Required root node properties:
> > +
> > + - compatible :  must contain "realtek,rtd1296"
>
> I'm pretty sure that I had such a patch on the list already, so this is
> lacking my authorship.
>
> Also, Rob has been working to convert these to YAML, so we should
> probably complete that first and then add RTD1296 properly.

I'm just waiting for you to either ack it or apply it.

Rob

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-07-09 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-07 13:23 [PATCH 5/6] dt-bindings: arm: Document RTD1296 Aleix Roca Nonell
2019-07-07 13:31 ` Andreas Färber
2019-07-09 18: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).