From: jacopo mondi <jacopo@jmondi.org>
To: Eugeniu Rosca <roscaeugeniu@gmail.com>
Cc: Simon Horman <horms+renesas@verge.net.au>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
Vladimir Barinov <vladimir.barinov@cogentembedded.com>,
Niklas Soderlund <niklas.soderlund+renesas@ragnatech.se>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Jacopo Mondi <jacopo+renesas@jmondi.org>,
Magnus Damm <damm+renesas@opensource.se>,
Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>,
Takeshi Kihara <takeshi.kihara.df@renesas.com>,
Ulrich Hecht <ulrich.hecht+renesas@gmail.com>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
linux-renesas-soc@vger.kernel.org,
Eugeniu Rosca <erosca@de.adit-jv.com>,
Eugeniu Rosca <rosca.eugeniu@gmail.com>
Subject: Re: [PATCH 09/14] dt-bindings: arm: Document Renesas R-Car M3-N-based ULCB board
Date: Sun, 5 Aug 2018 10:15:43 +0200 [thread overview]
Message-ID: <20180805081543.GH4528@w540> (raw)
In-Reply-To: <20180804231114.21420-10-erosca@de.adit-jv.com>
[-- Attachment #1: Type: text/plain, Size: 3434 bytes --]
Helle Eugeniu,
On Sun, Aug 05, 2018 at 01:11:09AM +0200, Eugeniu Rosca wrote:
> In harmony with ATF and U-Boot outputs [1] and [2], the new board is
> based on M3-N revision ES1.1 and the amount of memory present on SiP
> is 2GiB, contiguously addressed.
Not sure why the amount of installed system memory is relevant for
this commit..
>
> [1] BL2: R-Car Gen3 Initial Program Loader(CA57) Rev.1.0.21
> BL2: PRR is R-Car M3N Ver.1.1
>
> [2] U-Boot 2015.04-00295-*
> CPU: Renesas Electronics R8A77965 rev 1.1
> ---8<----
> DRAM: 1.9 GiB
> Bank #0: 0x048000000 - 0x0bfffffff, 1.9 GiB
> ---8<----
>
> Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
> ---
> Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
> index f391dba10574..2f3494a0107c 100644
> --- a/Documentation/devicetree/bindings/arm/shmobile.txt
> +++ b/Documentation/devicetree/bindings/arm/shmobile.txt
> @@ -106,6 +106,8 @@ Boards:
> compatible = "renesas,lager", "renesas,r8a7790"
> - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKBX0010SA09 (M3 ES1.0))
> compatible = "renesas,ulcb", "renesas,r8a7796"
> + - M3-N ULCB (R-Car Starter Kit Pro, RTP0RC77965SKBX010SA00 (M3-N ES1.1))
Other documented ULCB description entries in this file are
H3ULCB and M3ULCB, so for consistency you should add M3NULCB, which
isn't that nice.
Imo, or you either replace "[H|M]3ULCB" with "[H|M]3 ULCB" in other
entries and you keep your "M3-N ULCB" here, which is nicer (you could
do that in patch 2).
Or maybe could you consider doing what has been done for
Salvator-x(s), which do not have the SoC model name in the entry description
at all (but please wait for others to comment before doing something
like that):
- Salvator-X (RTP0RC7795SIPB0010S)
compatible = "renesas,salvator-x", "renesas,r8a7795"
- Salvator-X (RTP0RC7796SIPB0011S)
compatible = "renesas,salvator-x", "renesas,r8a7796"
- Salvator-X (RTP0RC7796SIPB0011S (M3-N))
compatible = "renesas,salvator-x", "renesas,r8a77965"
- Salvator-XS (Salvator-X 2nd version, RTP0RC7795SIPB0012S)
compatible = "renesas,salvator-xs", "renesas,r8a7795"
- Salvator-XS (Salvator-X 2nd version, RTP0RC7796SIPB0012S)
compatible = "renesas,salvator-xs", "renesas,r8a7796"
- Salvator-XS (Salvator-X 2nd version, RTP0RC77965SIPB012S)
compatible = "renesas,salvator-xs", "renesas,r8a77965"
This would then be
- ULCB (R-Car Starter Kit Premier, RTP0RC7795SKBX0010SA00 (H3 ES1.1))
ULCB (R-Car Starter Kit Premier, RTP0RC77951SKBX010SA00 (H3 ES2.0))
compatible = "renesas,ulcb", "renesas,r8a7795
- ULCB (R-Car Starter Kit Pro, RTP0RC7796SKBX0010SA09 (M3 ES1.0)
compatible = "renesas,ulcb", "renesas,r8a7796"
- ULCB (R-Car Starter Kit Pro, RTP0RC77965SKBX010SA00 (M3-N ES1.1))
compatible = "renesas,ulcb", "renesas,r8a77965"
Thanks
j
PS: why the r8a7795-es1 version of Salvator-X is not listed? I assume
it has a different part number than the ES2.0 one, as ULCB with es1
does.
> + compatible = "renesas,ulcb", "renesas,r8a77965"
> - Marzen (R0P7779A00010S)
> compatible = "renesas,marzen", "renesas,r8a7779"
> - Porter (M2-LCDP)
> --
> 2.18.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2018-08-05 10:19 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-04 23:11 [PATCH 00/14] Add minimal DTS support for M3-N Starter Kit Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 01/14] arm64: dts: renesas: Cut redundant <SoC> in *<SoC>-<SoC>ulcb*.dts Eugeniu Rosca
2018-08-06 10:35 ` Laurent Pinchart
2018-08-10 11:22 ` Simon Horman
2018-08-10 13:33 ` Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 02/14] dt-bindings: arm: don't embed SoC name into the ULCB boards' compatible Eugeniu Rosca
2018-08-06 0:33 ` Kuninori Morimoto
2018-08-06 9:28 ` Eugeniu Rosca
2018-08-07 0:54 ` Kuninori Morimoto
2018-08-07 8:18 ` Kuninori Morimoto
2018-08-07 8:22 ` Laurent Pinchart
2018-08-07 8:30 ` Geert Uytterhoeven
2018-08-08 21:42 ` Eugeniu Rosca
2018-08-06 10:39 ` Laurent Pinchart
2018-08-06 11:13 ` Geert Uytterhoeven
2018-08-06 15:03 ` Geert Uytterhoeven
2018-08-07 15:01 ` Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 03/14] arm64: dts: renesas: r8a7795-es1: ulcb: Use "renesas,ulcb" compatible Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 04/14] arm64: dts: renesas: r8a7795-es1: ulcb-kf: " Eugeniu Rosca
2018-08-06 10:42 ` Laurent Pinchart
2018-08-06 10:45 ` Kieran Bingham
2018-08-06 10:49 ` Kieran Bingham
2018-08-06 11:00 ` Laurent Pinchart
2018-08-06 13:53 ` Vladimir Zapolskiy
2018-08-06 13:53 ` Vladimir Zapolskiy
2018-08-04 23:11 ` [PATCH 05/14] arm64: dts: renesas: r8a7795: ulcb: " Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 06/14] arm64: dts: renesas: r8a7795: ulcb-kf: " Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 07/14] arm64: dts: renesas: r8a7796: ulcb: " Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 08/14] arm64: dts: renesas: r8a7796: ulcb-kf: " Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 09/14] dt-bindings: arm: Document Renesas R-Car M3-N-based ULCB board Eugeniu Rosca
2018-08-05 8:15 ` jacopo mondi [this message]
2018-08-05 22:40 ` Eugeniu Rosca
2018-08-10 13:48 ` Eugeniu Rosca
2018-08-10 16:17 ` jacopo mondi
2018-08-04 23:11 ` [PATCH 10/14] arm64: dts: renesas: r8a77965: ulcb: Initial device tree Eugeniu Rosca
2018-08-05 9:00 ` jacopo mondi
2018-08-04 23:11 ` [PATCH 11/14] dt-bindings: can: rcar_can: document r8a77965 can support Eugeniu Rosca
2018-08-06 10:56 ` Kieran Bingham
2018-08-06 19:39 ` Eugeniu Rosca
2018-08-06 15:21 ` Sergei Shtylyov
2018-08-06 19:23 ` Eugeniu Rosca
2018-08-06 19:26 ` Sergei Shtylyov
2018-08-04 23:11 ` [PATCH 12/14] arm64: dts: renesas: r8a77965: add CAN support Eugeniu Rosca
2018-08-06 11:11 ` Kieran Bingham
2018-08-06 20:14 ` Eugeniu Rosca
2018-08-17 13:49 ` Kieran Bingham
2018-08-06 15:15 ` Geert Uytterhoeven
2018-08-06 20:22 ` Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 13/14] arm64: dts: renesas: r8a77965: Add HSCIF0 device node Eugeniu Rosca
2018-08-05 23:08 ` Eugeniu Rosca
2018-08-04 23:11 ` [PATCH 14/14] arm64: dts: renesas: r8a77965: ulcb-kf: Initial device tree Eugeniu Rosca
2018-08-05 9:01 ` jacopo mondi
2018-08-05 22:46 ` Eugeniu Rosca
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180805081543.GH4528@w540 \
--to=jacopo@jmondi.org \
--cc=damm+renesas@opensource.se \
--cc=erosca@de.adit-jv.com \
--cc=geert+renesas@glider.be \
--cc=horms+renesas@verge.net.au \
--cc=jacopo+renesas@jmondi.org \
--cc=kieran.bingham+renesas@ideasonboard.com \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=niklas.soderlund+renesas@ragnatech.se \
--cc=rosca.eugeniu@gmail.com \
--cc=roscaeugeniu@gmail.com \
--cc=sergei.shtylyov@cogentembedded.com \
--cc=takeshi.kihara.df@renesas.com \
--cc=ulrich.hecht+renesas@gmail.com \
--cc=vladimir.barinov@cogentembedded.com \
--cc=yoshihiro.shimoda.uh@renesas.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.