diff mbox series

[v3,3/4] dt-bindings: arm: add compatible strings for Forlinx OKA40i-C

Message ID 20210331155616.793550-4-i.uvarov@cognitivepilot.com (mailing list archive)
State New, archived
Headers show
Series add devicetree for Forlinx FETA40i-C & OKA40i-C | expand

Commit Message

Ivan Uvarov March 31, 2021, 3:56 p.m. UTC
The OKA40i-C is a carrier/development board for the Forlinx FETA40i-C SoM
based on the Allwinner R40/A40i SoC.

This patch adds the relevant dt-binding documentation in preparation for
the next patch, which adds a devicetree for the SoM and board.

Signed-off-by: Ivan Uvarov <i.uvarov@cognitivepilot.com>

 2 files changed, 8 insertions(+)

Comments

Maxime Ripard April 1, 2021, 9:40 a.m. UTC | #1
On Wed, Mar 31, 2021 at 06:56:15PM +0300, Ivan Uvarov wrote:
> The OKA40i-C is a carrier/development board for the Forlinx FETA40i-C SoM
> based on the Allwinner R40/A40i SoC.
> 
> This patch adds the relevant dt-binding documentation in preparation for
> the next patch, which adds a devicetree for the SoM and board.
> 
> Signed-off-by: Ivan Uvarov <i.uvarov@cognitivepilot.com>
> 
>  2 files changed, 8 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
> index 08607c7ec1..74f8decd78 100644
> --- a/Documentation/devicetree/bindings/arm/sunxi.yaml
> +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
> @@ -224,6 +224,12 @@ properties:
>            - const: empire-electronix,m712
>            - const: allwinner,sun5i-a13
>  
> +      - description: Forlinx OKA40i-C Development board
> +        items:
> +          - const: forlinx,oka40i-c
> +          - const: forlinx,feta40i-c
> +          - const: allwinner,sun8i-r40
> +
>        - description: FriendlyARM NanoPi A64
>          items:
>            - const: friendlyarm,nanopi-a64
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> index f6064d84a4..e2ea1a731e 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -403,6 +403,8 @@ patternProperties:
>      description: Firefly
>    "^focaltech,.*":
>      description: FocalTech Systems Co.,Ltd
> +  "^forlinx,.*":
> +    description: Baoding Forlinx Embedded Technology Co., Ltd.
>    "^frida,.*":
>      description: Shenzhen Frida LCD Co., Ltd.
>    "^friendlyarm,.*":
> -- 
> 2.25.1

This part needs to be in a separate patch too

Maxime
Ivan Uvarov April 1, 2021, 2:55 p.m. UTC | #2
On Thu, 1 Apr 2021 11:40:01 +0200
Maxime Ripard <maxime@cerno.tech> wrote:

> On Wed, Mar 31, 2021 at 06:56:15PM +0300, Ivan Uvarov wrote:
> > The OKA40i-C is a carrier/development board for the Forlinx
> > FETA40i-C SoM based on the Allwinner R40/A40i SoC.
> > 
> > This patch adds the relevant dt-binding documentation in
> > preparation for the next patch, which adds a devicetree for the SoM
> > and board.
> > 
> > Signed-off-by: Ivan Uvarov <i.uvarov@cognitivepilot.com>
> > 
> >  2 files changed, 8 insertions(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml
> > b/Documentation/devicetree/bindings/arm/sunxi.yaml index
> > 08607c7ec1..74f8decd78 100644 ---
> > a/Documentation/devicetree/bindings/arm/sunxi.yaml +++
> > b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -224,6
> > +224,12 @@ properties:
> >            - const: empire-electronix,m712
> >            - const: allwinner,sun5i-a13
> >  
> > +      - description: Forlinx OKA40i-C Development board
> > +        items:
> > +          - const: forlinx,oka40i-c
> > +          - const: forlinx,feta40i-c
> > +          - const: allwinner,sun8i-r40
> > +
> >        - description: FriendlyARM NanoPi A64
> >          items:
> >            - const: friendlyarm,nanopi-a64
> > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > b/Documentation/devicetree/bindings/vendor-prefixes.yaml index
> > f6064d84a4..e2ea1a731e 100644 ---
> > a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++
> > b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -403,6
> > +403,8 @@ patternProperties: description: Firefly
> >    "^focaltech,.*":
> >      description: FocalTech Systems Co.,Ltd
> > +  "^forlinx,.*":
> > +    description: Baoding Forlinx Embedded Technology Co., Ltd.
> >    "^frida,.*":
> >      description: Shenzhen Frida LCD Co., Ltd.
> >    "^friendlyarm,.*":
> > -- 
> > 2.25.1  
> 
> This part needs to be in a separate patch too
> 
> Maxime
> 

As in, a separate patch for just the vendor prefix?

--
Regards,
Ivan Uvarov
Rob Herring (Arm) April 1, 2021, 4:59 p.m. UTC | #3
On Wed, 31 Mar 2021 18:56:15 +0300, Ivan Uvarov wrote:
> The OKA40i-C is a carrier/development board for the Forlinx FETA40i-C SoM
> based on the Allwinner R40/A40i SoC.
> 
> This patch adds the relevant dt-binding documentation in preparation for
> the next patch, which adds a devicetree for the SoM and board.
> 
> Signed-off-by: Ivan Uvarov <i.uvarov@cognitivepilot.com>
> 
>  2 files changed, 8 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>
Maxime Ripard April 7, 2021, 7:23 a.m. UTC | #4
Hi,

On Thu, Apr 01, 2021 at 05:55:37PM +0300, Ivan Uvarov wrote:
> On Thu, 1 Apr 2021 11:40:01 +0200
> Maxime Ripard <maxime@cerno.tech> wrote:
> 
> > On Wed, Mar 31, 2021 at 06:56:15PM +0300, Ivan Uvarov wrote:
> > > The OKA40i-C is a carrier/development board for the Forlinx
> > > FETA40i-C SoM based on the Allwinner R40/A40i SoC.
> > > 
> > > This patch adds the relevant dt-binding documentation in
> > > preparation for the next patch, which adds a devicetree for the SoM
> > > and board.
> > > 
> > > Signed-off-by: Ivan Uvarov <i.uvarov@cognitivepilot.com>
> > > 
> > >  2 files changed, 8 insertions(+)
> > > 
> > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml
> > > b/Documentation/devicetree/bindings/arm/sunxi.yaml index
> > > 08607c7ec1..74f8decd78 100644 ---
> > > a/Documentation/devicetree/bindings/arm/sunxi.yaml +++
> > > b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -224,6
> > > +224,12 @@ properties:
> > >            - const: empire-electronix,m712
> > >            - const: allwinner,sun5i-a13
> > >  
> > > +      - description: Forlinx OKA40i-C Development board
> > > +        items:
> > > +          - const: forlinx,oka40i-c
> > > +          - const: forlinx,feta40i-c
> > > +          - const: allwinner,sun8i-r40
> > > +
> > >        - description: FriendlyARM NanoPi A64
> > >          items:
> > >            - const: friendlyarm,nanopi-a64
> > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > > b/Documentation/devicetree/bindings/vendor-prefixes.yaml index
> > > f6064d84a4..e2ea1a731e 100644 ---
> > > a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++
> > > b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -403,6
> > > +403,8 @@ patternProperties: description: Firefly
> > >    "^focaltech,.*":
> > >      description: FocalTech Systems Co.,Ltd
> > > +  "^forlinx,.*":
> > > +    description: Baoding Forlinx Embedded Technology Co., Ltd.
> > >    "^frida,.*":
> > >      description: Shenzhen Frida LCD Co., Ltd.
> > >    "^friendlyarm,.*":
> > > -- 
> > > 2.25.1  
> > 
> > This part needs to be in a separate patch too
> > 
> > Maxime
> > 
> 
> As in, a separate patch for just the vendor prefix?

Exactly :)

Maxime
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
index 08607c7ec1..74f8decd78 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -224,6 +224,12 @@  properties:
           - const: empire-electronix,m712
           - const: allwinner,sun5i-a13
 
+      - description: Forlinx OKA40i-C Development board
+        items:
+          - const: forlinx,oka40i-c
+          - const: forlinx,feta40i-c
+          - const: allwinner,sun8i-r40
+
       - description: FriendlyARM NanoPi A64
         items:
           - const: friendlyarm,nanopi-a64
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index f6064d84a4..e2ea1a731e 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -403,6 +403,8 @@  patternProperties:
     description: Firefly
   "^focaltech,.*":
     description: FocalTech Systems Co.,Ltd
+  "^forlinx,.*":
+    description: Baoding Forlinx Embedded Technology Co., Ltd.
   "^frida,.*":
     description: Shenzhen Frida LCD Co., Ltd.
   "^friendlyarm,.*":