From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C6CDB273C3 for ; Wed, 25 Oct 2023 12:06:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from hsmtpd-def.xspmail.jp (hsmtpd-def.xspmail.jp [202.238.198.243]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B235184 for ; Wed, 25 Oct 2023 05:05:58 -0700 (PDT) X-Country-Code: JP Received: from sakura.ysato.name (ik1-413-38519.vs.sakura.ne.jp [153.127.30.23]) by hsmtpd-out-2.asahinet.cluster.xspmail.jp (Halon) with ESMTPA id c8260981-4dff-4c3e-8a3e-2cc4d0115911; Wed, 25 Oct 2023 21:05:56 +0900 (JST) Received: from SIOS1075.ysato.ml (al128006.dynamic.ppp.asahi-net.or.jp [111.234.128.6]) by sakura.ysato.name (Postfix) with ESMTPSA id D126A1C0037; Wed, 25 Oct 2023 21:05:54 +0900 (JST) Date: Wed, 25 Oct 2023 21:05:53 +0900 Message-ID: <87o7gm7vq6.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Geert Uytterhoeven Cc: linux-sh@vger.kernel.org, glaubitz@physik.fu-berlin.de, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org Subject: Re: [RFC PATCH v3 29/35] Documentation/devicetree/bindings/soc/renesas/sh.yaml: Add SH7751 based target. In-Reply-To: References: <35311df6cf65c9f110604cbbdecad2f15ac602b6.1697199949.git.ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 19 Oct 2023 04:44:12 +0900, Geert Uytterhoeven wrote: >=20 > Hi Sato-san, >=20 > On Wed, Oct 18, 2023 at 8:48=E2=80=AFPM Geert Uytterhoeven wrote: > > On Sat, Oct 14, 2023 at 4:54=E2=80=AFPM Yoshinori Sato > > wrote: > > > Renesas SuperH based target definition. > > > > > > Signed-off-by: Yoshinori Sato >=20 > > > --- /dev/null > > > +++ b/Documentation/devicetree/bindings/soc/renesas/sh.yaml > > > @@ -0,0 +1,32 @@ > > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > > +%YAML 1.2 > > > +--- > > > +$id: http://devicetree.org/schemas/soc/renesas/sh.yaml# > > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > > + > > > +title: Renesas SuperH Platform > > > + > > > +maintainers: > > > + - Yoshinori Sato > > > + > > > +properties: > > > + $nodename: > > > + const: '/' > > > + compatible: > > > + oneOf: > > > + - description: RTS7751R2D Plus > > > + items: > > > + - enum: > > > + - renesas,rts7751r2d # Renesas SH4 2D graphics board > > > + - const: renesas,sh7751r > > > + > > > + - description: Julian board > > > + items: > > > + - enum: > > > + - iodata,landisk # LANDISK HDL-U > > > + - iodata,usl-5p # USL-5P > > > + - const: renesas,sh7751r > > > > Please merge both sections, as they use the same number of compatible > > values and the same fallback. >=20 > Unless we want to add an "renesas,sh7380" intermediate, as that is > the actual SoC in the landisk? I do not know what is the difference > between SH7380 and SH7751R. Details of the SH7380 have not been released, but the hardware appears to be the same as the SH7751R. I checked the original firmware source, and it was treated as the same as the SH7751R. > Gr{oetje,eeting}s, >=20 > Geert >=20 > --=20 > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m6= 8k.org >=20 > 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 --=20 Yosinori Sato