linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 10/13] [RFC] ARM: dts: Add shmobile platform device tree bindings documentation
       [not found] <1404908623-909-1-git-send-email-geert+renesas@glider.be>
@ 2014-07-09 12:23 ` Geert Uytterhoeven
  2014-07-11  9:17   ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-07-09 12:23 UTC (permalink / raw)
  To: linux-arm-kernel

Add Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
Documentation, listing supported SoCs and boards.

This allows to use checkpatch to validate DTSes referring to Renesas
shmobile SoCs, and boards containing those SoCs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: linux-arm-kernel at lists.infradead.org
---
 Documentation/devicetree/bindings/arm/shmobile.txt | 71 ++++++++++++++++++++++
 1 file changed, 71 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/shmobile.txt

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
new file mode 100644
index 000000000000..baa25c92597d
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -0,0 +1,71 @@
+Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
+--------------------------------------------------------------------
+
+SoCs:
+
+  - Emma Mobile EV2
+    compatible = "renesas,emev2"
+  - RZ/A1H (R7S72100)
+    compatible = "renesas,r7s72100"
+  - R-Mobile APE6 (R8A73A40)
+    compatible = "renesas,r8a73a4"
+  - R-Mobile A1 (R8A77400)
+    compatible = "renesas,r8a7740"
+  - R-Car M1A (R8A77781)
+    compatible = "renesas,r8a7778"
+  - R-Car H1 (R8A77790)
+    compatible = "renesas,r8a7779"
+  - R-Car H2 (R8A77900)
+    compatible = "renesas,r8a7790"
+  - R-Car M2-W (R8A77910)
+    compatible = "renesas,r8a7791"
+  - R-Car V2H (R8A77920)
+    compatible = "renesas,r8a7792"
+  - R-Car M2-N (R8A77930)
+    compatible = "renesas,r8a7793"
+  - R-Car E2 (R8A77940)
+    compatible = "renesas,r8a7794"
+  - SH-Mobile AP4 (R8A73720/SH7372)
+    compatible = "renesas,sh7372"
+  - SH-Mobile AG5 (R8A73A00/SH73A0)
+    compatible = "renesas,sh73a0"
+
+
+Boards:
+
+  - Alt
+    compatible = "renesas,alt", "renesas,r8a7794"
+  - APE6-EVM
+    compatible = "renesas,ape6evm", "renesas,r8a73a4"
+  - APE6-EVM - Reference Device Tree Implementation
+    compatible = "renesas,ape6evm-reference", "renesas,r8a73a4"
+  - Atmark Techno Armadillo-800 EVA
+    compatible = "renesas,armadillo800eva"
+  - Atmark Techno Armadillo-800 EVA - Reference Device Tree Implementation
+    compatible = "renesas,armadillo800eva-reference", "renesas,r8a7740"
+  - BOCK-W
+    compatible = "renesas,bockw", "renesas,r8a7778"
+  - BOCK-W - Reference Device Tree Implementation
+    compatible = "renesas,bockw-reference", "renesas,r8a7778"
+  - Genmai (RTK772100BC00000BR)
+    compatible = "renesas,genmai", "renesas,r7s72100"
+  - Henninger
+    compatible = "renesas,henninger", "renesas,r8a7791"
+  - Koelsch (RTP0RC7791SEB00010S)
+    compatible = "renesas,koelsch", "renesas,r8a7791"
+  - EMEV2 KZM9D
+    compatible = "renesas,kzm9d", "renesas,emev2"
+  - KZM-A9-GT
+    compatible = "renesas,kzm9g", "renesas,sh73a0"
+  - KZM-A9-GT - Reference Device Tree Implementation
+    compatible = "renesas,kzm9g-reference", "renesas,sh73a0"
+  - Lager (RTP0RC7790SEB00010S)
+    compatible = "renesas,lager", "renesas,r8a7790"
+  - Mackerel (R0P7372LC0016RL, AP4 EVM 2nd)
+    compatible = "renesas,mackerel"
+  - Marzen
+    compatible = "renesas,marzen", "renesas,r8a7779"
+
+Note: Reference Device Tree Implementations are temporary implementations
+      to ease the migration from platform devices to Device Tree, and are
+      intended to be removed in the future.
-- 
1.9.1

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

* [PATCH 10/13] [RFC] ARM: dts: Add shmobile platform device tree bindings documentation
  2014-07-09 12:23 ` [PATCH 10/13] [RFC] ARM: dts: Add shmobile platform device tree bindings documentation Geert Uytterhoeven
@ 2014-07-11  9:17   ` Simon Horman
  2014-07-11 14:26     ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2014-07-11  9:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 09, 2014 at 02:23:40PM +0200, Geert Uytterhoeven wrote:
> Add Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
> Documentation, listing supported SoCs and boards.
> 
> This allows to use checkpatch to validate DTSes referring to Renesas
> shmobile SoCs, and boards containing those SoCs.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: linux-arm-kernel at lists.infradead.org

Thanks Geert,

from my point of view this seems nice. Is there a reason it is marked as an RFC?

> ---
>  Documentation/devicetree/bindings/arm/shmobile.txt | 71 ++++++++++++++++++++++
>  1 file changed, 71 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/arm/shmobile.txt
> 
> diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
> new file mode 100644
> index 000000000000..baa25c92597d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/shmobile.txt
> @@ -0,0 +1,71 @@
> +Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
> +--------------------------------------------------------------------
> +
> +SoCs:
> +
> +  - Emma Mobile EV2
> +    compatible = "renesas,emev2"
> +  - RZ/A1H (R7S72100)
> +    compatible = "renesas,r7s72100"
> +  - R-Mobile APE6 (R8A73A40)
> +    compatible = "renesas,r8a73a4"
> +  - R-Mobile A1 (R8A77400)
> +    compatible = "renesas,r8a7740"
> +  - R-Car M1A (R8A77781)
> +    compatible = "renesas,r8a7778"
> +  - R-Car H1 (R8A77790)
> +    compatible = "renesas,r8a7779"
> +  - R-Car H2 (R8A77900)
> +    compatible = "renesas,r8a7790"
> +  - R-Car M2-W (R8A77910)
> +    compatible = "renesas,r8a7791"
> +  - R-Car V2H (R8A77920)
> +    compatible = "renesas,r8a7792"
> +  - R-Car M2-N (R8A77930)
> +    compatible = "renesas,r8a7793"
> +  - R-Car E2 (R8A77940)
> +    compatible = "renesas,r8a7794"
> +  - SH-Mobile AP4 (R8A73720/SH7372)
> +    compatible = "renesas,sh7372"
> +  - SH-Mobile AG5 (R8A73A00/SH73A0)
> +    compatible = "renesas,sh73a0"
> +
> +
> +Boards:
> +
> +  - Alt
> +    compatible = "renesas,alt", "renesas,r8a7794"
> +  - APE6-EVM
> +    compatible = "renesas,ape6evm", "renesas,r8a73a4"
> +  - APE6-EVM - Reference Device Tree Implementation
> +    compatible = "renesas,ape6evm-reference", "renesas,r8a73a4"
> +  - Atmark Techno Armadillo-800 EVA
> +    compatible = "renesas,armadillo800eva"
> +  - Atmark Techno Armadillo-800 EVA - Reference Device Tree Implementation
> +    compatible = "renesas,armadillo800eva-reference", "renesas,r8a7740"
> +  - BOCK-W
> +    compatible = "renesas,bockw", "renesas,r8a7778"
> +  - BOCK-W - Reference Device Tree Implementation
> +    compatible = "renesas,bockw-reference", "renesas,r8a7778"
> +  - Genmai (RTK772100BC00000BR)
> +    compatible = "renesas,genmai", "renesas,r7s72100"
> +  - Henninger
> +    compatible = "renesas,henninger", "renesas,r8a7791"
> +  - Koelsch (RTP0RC7791SEB00010S)
> +    compatible = "renesas,koelsch", "renesas,r8a7791"
> +  - EMEV2 KZM9D
> +    compatible = "renesas,kzm9d", "renesas,emev2"
> +  - KZM-A9-GT
> +    compatible = "renesas,kzm9g", "renesas,sh73a0"
> +  - KZM-A9-GT - Reference Device Tree Implementation
> +    compatible = "renesas,kzm9g-reference", "renesas,sh73a0"
> +  - Lager (RTP0RC7790SEB00010S)
> +    compatible = "renesas,lager", "renesas,r8a7790"
> +  - Mackerel (R0P7372LC0016RL, AP4 EVM 2nd)
> +    compatible = "renesas,mackerel"
> +  - Marzen
> +    compatible = "renesas,marzen", "renesas,r8a7779"
> +
> +Note: Reference Device Tree Implementations are temporary implementations
> +      to ease the migration from platform devices to Device Tree, and are
> +      intended to be removed in the future.
> -- 
> 1.9.1
> 

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

* [PATCH 10/13] [RFC] ARM: dts: Add shmobile platform device tree bindings documentation
  2014-07-11  9:17   ` Simon Horman
@ 2014-07-11 14:26     ` Geert Uytterhoeven
  2014-07-11 15:09       ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-07-11 14:26 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Simon,

On Fri, Jul 11, 2014 at 11:17 AM, Simon Horman <horms@verge.net.au> wrote:
> On Wed, Jul 09, 2014 at 02:23:40PM +0200, Geert Uytterhoeven wrote:
>> Add Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
>> Documentation, listing supported SoCs and boards.
>>
>> This allows to use checkpatch to validate DTSes referring to Renesas
>> shmobile SoCs, and boards containing those SoCs.
>>
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> Cc: linux-arm-kernel at lists.infradead.org
>
> Thanks Geert,
>
> from my point of view this seems nice. Is there a reason it is marked as an RFC?

>From the cover letter:

"The last 4 patches contain compatible strings for new R-Car Gen2 SoCs,
 which are not yet in active use, hence the RFC status."

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* [PATCH 10/13] [RFC] ARM: dts: Add shmobile platform device tree bindings documentation
  2014-07-11 14:26     ` Geert Uytterhoeven
@ 2014-07-11 15:09       ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-07-11 15:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 11, 2014 at 04:26:03PM +0200, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Fri, Jul 11, 2014 at 11:17 AM, Simon Horman <horms@verge.net.au> wrote:
> > On Wed, Jul 09, 2014 at 02:23:40PM +0200, Geert Uytterhoeven wrote:
> >> Add Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
> >> Documentation, listing supported SoCs and boards.
> >>
> >> This allows to use checkpatch to validate DTSes referring to Renesas
> >> shmobile SoCs, and boards containing those SoCs.
> >>
> >> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >> Cc: linux-arm-kernel at lists.infradead.org
> >
> > Thanks Geert,
> >
> > from my point of view this seems nice. Is there a reason it is marked as an RFC?
> 
> >From the cover letter:
> 
> "The last 4 patches contain compatible strings for new R-Car Gen2 SoCs,
>  which are not yet in active use, hence the RFC status."

Thanks, sorry for missing that.

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

end of thread, other threads:[~2014-07-11 15:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1404908623-909-1-git-send-email-geert+renesas@glider.be>
2014-07-09 12:23 ` [PATCH 10/13] [RFC] ARM: dts: Add shmobile platform device tree bindings documentation Geert Uytterhoeven
2014-07-11  9:17   ` Simon Horman
2014-07-11 14:26     ` Geert Uytterhoeven
2014-07-11 15:09       ` Simon Horman

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