From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: kieran.bingham+renesas@ideasonboard.com,
kieran.bingham+renesas@ideasonboard.com
Cc: Eugeniu Rosca <roscaeugeniu@gmail.com>,
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>,
Jacopo Mondi <jacopo+renesas@jmondi.org>,
Magnus Damm <damm+renesas@opensource.se>,
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 04/14] arm64: dts: renesas: r8a7795-es1: ulcb-kf: Use "renesas,ulcb" compatible
Date: Mon, 06 Aug 2018 14:00:45 +0300 [thread overview]
Message-ID: <6288376.Dh0aHR02zn@avalon> (raw)
In-Reply-To: <e0f0c2dc-5d39-fd46-3ca1-4bb25881428c@ideasonboard.com>
Hi Kieran,
On Monday, 6 August 2018 13:49:59 EEST Kieran Bingham wrote:
> On 06/08/18 11:45, Kieran Bingham wrote:
> > On 06/08/18 11:42, Laurent Pinchart wrote:
> >> On Sunday, 5 August 2018 02:11:04 EEST Eugeniu Rosca wrote:
> >>> Following the recent change in dt-bindings [1], switch from
> >>> "renesas,h3ulcb" to "renesas,ulcb" compatible string.
> >>>
> >>> [1] Documentation/devicetree/bindings/arm/shmobile.txt
> >>>
> >>> Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
> >>> ---
> >>>
> >>> arch/arm64/boot/dts/renesas/r8a7795-es1-ulcb-kf.dts | 2 +-
> >>> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>>
> >>> diff --git a/arch/arm64/boot/dts/renesas/r8a7795-es1-ulcb-kf.dts
> >>> b/arch/arm64/boot/dts/renesas/r8a7795-es1-ulcb-kf.dts index
> >>> 06deb67c36c8..7a5b1dc64090 100644
> >>> --- a/arch/arm64/boot/dts/renesas/r8a7795-es1-ulcb-kf.dts
> >>> +++ b/arch/arm64/boot/dts/renesas/r8a7795-es1-ulcb-kf.dts
> >>> @@ -14,6 +14,6 @@
> >>>
> >>> / {
> >>> model = "Renesas H3ULCB Kingfisher board based on r8a7795 ES1.x";
> >>>
> >>> - compatible = "shimafuji,kingfisher", "renesas,h3ulcb",
> >>> + compatible = "shimafuji,kingfisher", "renesas,ulcb",
> >>> "renesas,r8a7795";
> >>
> >> This is unrelated to your patch, but due to the reason explained in my
> >> review of 02/14, I think "shimafuji,kingfisher" should include the SoC
> >> name.
> >>
> >> This brings up the topic of how to describe boards that are made of an
> >> SoC "module" board plugged into an expansion "motherboard".
> >
> > Isn't it the point that the shimafuji board is agnostic to the SoC on
> > the ULCB?
> >
> > I presume the Kingfisher board is just the expansion board which would
> > be identical regardless of if it was put on an H3 ULCB, or an M3 ULCB?
>
> In fact possibly the interesting point is that the kingfisher as an
> expansion board is surely an 'overlay', rather than the board itself ?
In a way it's both. From an SoC point of view, the KingFisher board can be
seen as an expansion board. From a system point of view, it's a KingFisher
system.
If you built a car around an H3 ULCB, would you consider that to be an H3 with
a car extension, or a car with an H3 inside ? :-)
> >>> };
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2018-08-06 13:08 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 [this message]
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
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=6288376.Dh0aHR02zn@avalon \
--to=laurent.pinchart@ideasonboard.com \
--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=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.