2019-07-07 13:26:34

by Aleix Roca Nonell

[permalink] [raw]
Subject: [PATCH 5/6] dt-bindings: arm: Document RTD1296

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

Signed-off-by: Aleix Roca Nonell <[email protected]>
---
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


2019-07-07 13:54:30

by Andreas Färber

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: arm: Document RTD1296

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 <[email protected]>
> ---
> 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)

2019-07-09 19:04:34

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: arm: Document RTD1296

On Sun, Jul 7, 2019 at 7:31 AM Andreas Färber <[email protected]> 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 <[email protected]>
> > ---
> > 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