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 7493BC6379F for ; Thu, 9 Feb 2023 13:16:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230078AbjBINQO convert rfc822-to-8bit (ORCPT ); Thu, 9 Feb 2023 08:16:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230080AbjBINQM (ORCPT ); Thu, 9 Feb 2023 08:16:12 -0500 Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C04695A9C4; Thu, 9 Feb 2023 05:15:48 -0800 (PST) Received: by mail-qv1-f52.google.com with SMTP id k28so1284134qve.5; Thu, 09 Feb 2023 05:15:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=weP3SIHvRUQVnBg/cDFazZD9lkCoaJixRzFAmta4Hlc=; b=Q9iDZAk2d2NGIbX0Gx9Ay/J1/tlH8e4Xk0em/sQDjBvGqCDcXahw9Jk54hj+V7kfcm GWLzKJThqu7ew1bscxSX09Qs/vKaUshCSUWDs/7x7MqpFOIRDLoJ9avEYzdw2GtchHON UQlqOnyF5pM3G68iyGJBZSy29dSi+cZp0LMxU7APJUq926I+Jq0XnBMR+wtbOMY2brGu LfVqmAIINvE16UkCEHH9tzGCEjY43h+jxCRGF9tme1dvDrQYszgseSiGV/8RIoc062Gs oi8v1H7MLyByyR6RgCZXoOYKZS9EHUukMim9qwzws4LLFokKw2P7kS9kFVvbLYe40Vkj Yrow== X-Gm-Message-State: AO0yUKUi/vPm7SATusgy7tYk1NcEj6PrzzOcmchwQM17R9Yckp8MBOdO EtI8XF9ugRhZW5nLPyrRhZU1rSk1+nN9wQ== X-Google-Smtp-Source: AK7set87M5BqYpVU5KG15Dcjd5Jsd90yVBmGE6dyO0JdwThOk9HsRlnVs1qnOxxnAynlUr0/ovTmWA== X-Received: by 2002:a0c:cd85:0:b0:56b:fe23:13ac with SMTP id v5-20020a0ccd85000000b0056bfe2313acmr6714063qvm.26.1675948524848; Thu, 09 Feb 2023 05:15:24 -0800 (PST) Received: from mail-yb1-f170.google.com (mail-yb1-f170.google.com. [209.85.219.170]) by smtp.gmail.com with ESMTPSA id e2-20020a37b502000000b00720f61af739sm1281691qkf.115.2023.02.09.05.15.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 09 Feb 2023 05:15:24 -0800 (PST) Received: by mail-yb1-f170.google.com with SMTP id q9so2292880ybk.2; Thu, 09 Feb 2023 05:15:24 -0800 (PST) X-Received: by 2002:a5b:508:0:b0:8a3:59a4:340e with SMTP id o8-20020a5b0508000000b008a359a4340emr1169830ybp.604.1675948523828; Thu, 09 Feb 2023 05:15:23 -0800 (PST) MIME-Version: 1.0 References: <20230207145444.166950-1-clement.leger@bootlin.com> <20230207145444.166950-2-clement.leger@bootlin.com> <20230209141610.31146ea9@fixe.home> In-Reply-To: <20230209141610.31146ea9@fixe.home> From: Geert Uytterhoeven Date: Thu, 9 Feb 2023 14:15:08 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: soc: renesas: renesas.yaml: add renesas,rzn1d400-eb compatible To: =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= Cc: Magnus Damm , Rob Herring , Krzysztof Kozlowski , Thomas Petazzoni , Herve Codina , =?UTF-8?Q?Miqu=C3=A8l_Raynal?= , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Clément, On Thu, Feb 9, 2023 at 2:13 PM Clément Léger wrote: > Le Thu, 9 Feb 2023 09:48:09 +0100, > Geert Uytterhoeven a écrit : > > On Tue, Feb 7, 2023 at 3:52 PM Clément Léger wrote: > > > Add "renesas,rzn1d400-eb" which target the RZ/N1 EB board when a RZ/N1D-DB > > > daughter board is plugged on it. > > > > > > Signed-off-by: Clément Léger > > > > Thanks for your patch! > > > > > --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > > > +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > > > @@ -431,6 +431,12 @@ properties: > > > - renesas,rzn1d400-db # RZN1D-DB (RZ/N1D Demo Board for the RZ/N1D 400 pins package) > > > - const: renesas,r9a06g032 > > > > > > + - description: RZ/N1{D,S} EB > > > + items: > > > + - enum: > > > + - renesas,rzn1d400-eb # RZN1D-EB (Expansion Board when using a RZN1D-DB) > > > + - const: renesas,r9a06g032 > > > > Don't you want to have "renesas,rzn1d400-db", too, in between the two > > other values? > > Do you mean like that ? > > - enum: > - renesas,rzn1d400-eb # RZN1D-EB (Expansion Board when using a > RZN1D-DB) > - const: renesas,rzn1d400-db > - const: renesas,r9a06g032 > > And thus using compatible = "renesas,rzn1d400-eb", > "renesas,rzn1d400-db", "renesas,r9a06g032" in the EB dt I guess. Exactly! 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