From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCEA6C07545 for ; Wed, 25 Oct 2023 11:58:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233694AbjJYL6i convert rfc822-to-8bit (ORCPT ); Wed, 25 Oct 2023 07:58:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233153AbjJYL6h (ORCPT ); Wed, 25 Oct 2023 07:58:37 -0400 Received: from hsmtpd-def.xspmail.jp (hsmtpd-def.xspmail.jp [202.238.198.243]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6FC04137 for ; Wed, 25 Oct 2023 04:58:35 -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-1.asahinet.cluster.xspmail.jp (Halon) with ESMTPA id 4f047d62-4e46-4649-9768-f8031a9afeb1; Wed, 25 Oct 2023 20:58:33 +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 8C1641C0037; Wed, 25 Oct 2023 20:58:31 +0900 (JST) Date: Wed, 25 Oct 2023 20:58:31 +0900 Message-ID: <87r0li7w2g.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) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org On Thu, 19 Oct 2023 04:44:12 +0900, Geert Uytterhoeven wrote: > > Hi Sato-san, > > On Wed, Oct 18, 2023 at 8:48 PM Geert Uytterhoeven wrote: > > On Sat, Oct 14, 2023 at 4:54 PM Yoshinori Sato > > wrote: > > > Renesas SuperH based target definition. > > > > > > Signed-off-by: Yoshinori Sato > > > > --- /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. > > 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. Everything here is SH7751R. I didn't include J2, so I'll add it. Other SoCs will be added after changing to DeviceTree. > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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 -- Yosinori Sato