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 BDEFAC433F5 for ; Thu, 26 May 2022 20:55:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238177AbiEZUze (ORCPT ); Thu, 26 May 2022 16:55:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239832AbiEZUy5 (ORCPT ); Thu, 26 May 2022 16:54:57 -0400 Received: from mail-oa1-f48.google.com (mail-oa1-f48.google.com [209.85.160.48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F316E733D; Thu, 26 May 2022 13:54:43 -0700 (PDT) Received: by mail-oa1-f48.google.com with SMTP id 586e51a60fabf-e656032735so3686707fac.0; Thu, 26 May 2022 13:54:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Uw3bM0P3pe33VfUehU1c4lxugP1Ro3/xxEg5stMeRUQ=; b=taQI4jUBkqCyCp6uha8ZwU+bI+w7k4Q/7+RRNVGJdKWR2dbYbMvRUOU5gm8ZTDdP9O +tcoR7Hxu4KGQ/ex8YQlmNKJiKZEQeUs00ruEI1YKgYcSL9KArnwvq2YTxDl7lc9j4d2 vKn4FQJB1EHHzdehlSgOmuTRQbXv74bE4Cy0ybNbcr2SEItHwz1sH8DwLvswYJih3rMC QyykSoJwvkuNE05mNUmPNo00XRZsXLjQ56b2Syj4cv9ShaEnprY+wYqO4ChdUz2pm5bE RaCeSsm0KNEYJgVIpWc/DxB1ayD621mQ5uhBZRmVcoQGYSw9v9epjLjJblnfpib053kv r29Q== X-Gm-Message-State: AOAM530LNhItCbm3qk1gOEaCL/s1doaC8N43Y3bPY2s5WYjDuuz0k/Yg PQAMBD6rezps2e/1pTjKqw== X-Google-Smtp-Source: ABdhPJxXA7Cuayn5tDjkcgtUo6Nj2SthCdPrBoTmM6N+bBfv5KYBviYzOvfn/Lz2qpaKacV/LB2ASQ== X-Received: by 2002:a05:6870:468b:b0:f2:d163:450e with SMTP id a11-20020a056870468b00b000f2d163450emr2302477oap.31.1653598482329; Thu, 26 May 2022 13:54:42 -0700 (PDT) Received: from robh.at.kernel.org (rrcs-192-154-179-37.sw.biz.rr.com. [192.154.179.37]) by smtp.gmail.com with ESMTPSA id a32-20020a056870a1a000b000f1a2378a12sm131959oaf.37.2022.05.26.13.54.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 May 2022 13:54:41 -0700 (PDT) Received: (nullmailer pid 247119 invoked by uid 1000); Thu, 26 May 2022 20:54:40 -0000 Date: Thu, 26 May 2022 15:54:40 -0500 From: Rob Herring To: Herve Codina Cc: Marek Vasut , Yoshihiro Shimoda , Bjorn Helgaas , Krzysztof Kozlowski , Geert Uytterhoeven , Magnus Damm , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sergey Shtylyov , Thomas Petazzoni , Clement Leger , Miquel Raynal Subject: Re: [PATCH v6 2/6] dt-bindings: PCI: renesas,pci-rcar-gen2: Add device tree support for r9a06g032 Message-ID: <20220526205440.GL54904-robh@kernel.org> References: <20220520094155.313784-1-herve.codina@bootlin.com> <20220520094155.313784-3-herve.codina@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220520094155.313784-3-herve.codina@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 20, 2022 at 11:41:51AM +0200, Herve Codina wrote: > Add internal PCI bridge support for the r9a06g032 SOC. The Renesas > RZ/N1D (R9A06G032) internal PCI bridge is compatible with the one > present in the R-Car Gen2 family. > Compared to the R-Car Gen2 family, it needs three clocks instead of > one. > > The 'resets' property for the RZ/N1 family is not required. > > Signed-off-by: Herve Codina > Reviewed-by: Geert Uytterhoeven > --- > .../bindings/pci/renesas,pci-rcar-gen2.yaml | 50 +++++++++++++++---- > 1 file changed, 40 insertions(+), 10 deletions(-) Reviewed-by: Rob Herring