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 91A22C433FE for ; Tue, 26 Apr 2022 00:46:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232600AbiDZAtU (ORCPT ); Mon, 25 Apr 2022 20:49:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240439AbiDZAtT (ORCPT ); Mon, 25 Apr 2022 20:49:19 -0400 Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6889678928; Mon, 25 Apr 2022 17:46:14 -0700 (PDT) Received: by mail-oi1-f173.google.com with SMTP id r85so19060789oie.7; Mon, 25 Apr 2022 17:46:14 -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=EDE0zD5BIndqKa2VaNIh8yBysMv4iwF5V38pzI4Vei0=; b=SGdEtzoVoVRstNbnwdge07vtDx+1y9buzKR6Dszlrs35wqO1vEK9X8U0iybGqaI8V9 vmI+Ee5AkKBT/IqIulQajJ9npzmw952sSU1ZFOqhpaWtg7yAgolRu09LT1Hpq4VCEgRS wh70zyigTlAjhDOkv76ME1SJaHIq7At4qUu78oS56m7AXvX5o61nTY5Yz8Qefl1s16DR oYv7BZi6sHDvJuXD6v/uDgKywTBznxQmi3assOfBJ+xmRe20xQLuVMXTx8E+ItmQaYAg wwQLnuqM42ONDLR8LCjjAuEG9Cf0WrhYSnhfG68yVOXnbFN2KmHZ105qCUu7kcPTB2oe GJig== X-Gm-Message-State: AOAM532SJI+oNTDoOxg11WoUd0e2JSJ76k6RfZ/AC1/LUfE1FCo8HYB5 24+3AksWrO0RYYaQ76thOA== X-Google-Smtp-Source: ABdhPJzR8mwCyNyhyHr/Jc9mlShXCzj+vYEWMu1KDZnGEnVmg5pj0FEOIjRtUs8ugQTXQ2OrrAoxuQ== X-Received: by 2002:a54:4d9b:0:b0:324:f014:80d5 with SMTP id y27-20020a544d9b000000b00324f01480d5mr8256923oix.110.1650933973691; Mon, 25 Apr 2022 17:46:13 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id 30-20020a9d0ba1000000b005e95b29b95dsm4313812oth.5.2022.04.25.17.46.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Apr 2022 17:46:13 -0700 (PDT) Received: (nullmailer pid 643080 invoked by uid 1000); Tue, 26 Apr 2022 00:46:12 -0000 Date: Mon, 25 Apr 2022 19:46:12 -0500 From: Rob Herring To: Herve Codina Cc: Rob Herring , Magnus Damm , Yoshihiro Shimoda , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-renesas-soc@vger.kernel.org, Thomas Petazzoni , Krzysztof Kozlowski , Sergey Shtylyov , Bjorn Helgaas , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Miquel Raynal , Clement Leger , Marek Vasut , Geert Uytterhoeven , linux-pci@vger.kernel.org Subject: Re: [PATCH v3 2/8] dt-bindings: PCI: renesas,pci-rcar-gen2: Add device tree support for r9a06g032 Message-ID: References: <20220422120850.769480-1-herve.codina@bootlin.com> <20220422120850.769480-3-herve.codina@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220422120850.769480-3-herve.codina@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 22 Apr 2022 14:08:44 +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. > > Signed-off-by: Herve Codina > --- > .../bindings/pci/renesas,pci-rcar-gen2.yaml | 43 ++++++++++++++++--- > 1 file changed, 37 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring