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 7531EC3065B for ; Thu, 17 Aug 2023 15:42:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353263AbjHQPlf (ORCPT ); Thu, 17 Aug 2023 11:41:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353249AbjHQPlD (ORCPT ); Thu, 17 Aug 2023 11:41:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BAC230C5; Thu, 17 Aug 2023 08:41:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 95500632DD; Thu, 17 Aug 2023 15:41:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E354CC433C8; Thu, 17 Aug 2023 15:40:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692286861; bh=18AW8aCpKWfO2c6tMGdoqGVFmQfyQI0jgGVvrDkG5kc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Jt176z36Jy+9PRJ4BevwMHGC4aCdaGehM1YRljgK7vDqSkB6eZ9T5CIoNCFZZaZo9 r1hAMtJ7xbGz7P4f9dKLj6kemFSzPT5OU9vRvjoJkGAsztoV54NSUJH1icpNSh7Mv5 oN9Zmh3cpXiGuciORDfuvUoaNarLjHdhX81VaYHbHsPQmI/D/9UrpCbEQeclcuVpty kbpc2KyV7QcEaZR25PJZi8agQ9yVAZ0r2ZikGPKGfO5OrvtjLt4QO4Q+Y2T3IShLfj mU4pfxqs+pL7uw99e2hqdh6jJlfOS+7VTSz2REZkrkJfg1/FIgv562E76ABJ4nM31L JV78O0LKzi/+Q== Received: (nullmailer pid 1140695 invoked by uid 1000); Thu, 17 Aug 2023 15:40:57 -0000 Date: Thu, 17 Aug 2023 10:40:57 -0500 From: Rob Herring To: Minda Chen Cc: Rob Herring , linux-pci@vger.kernel.org, Kevin Xie , linux-riscv@lists.infradead.org, Philipp Zabel , Paul Walmsley , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Mason Huo , Conor Dooley , Pali =?iso-8859-1?Q?Roh=E1r?= , Daire McNamara , linux-kernel@vger.kernel.org, Emil Renner Berthing , Bjorn Helgaas , Palmer Dabbelt , Lorenzo Pieralisi , Albert Ou , Krzysztof Kozlowski , Leyfoon Tan , devicetree@vger.kernel.org Subject: Re: [PATCH v3 09/11] dt-bindings: PCI: Add StarFive JH7110 PCIe controller Message-ID: <169228685644.1140409.12427674208274594176.robh@kernel.org> References: <20230814082016.104181-1-minda.chen@starfivetech.com> <20230814082016.104181-10-minda.chen@starfivetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230814082016.104181-10-minda.chen@starfivetech.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 14 Aug 2023 16:20:14 +0800, Minda Chen wrote: > Add StarFive JH7110 SoC PCIe controller dt-bindings. > JH7110 using PLDA XpressRICH PCIe host controller IP. > > Signed-off-by: Minda Chen > Reviewed-by: Hal Feng > --- > .../bindings/pci/starfive,jh7110-pcie.yaml | 120 ++++++++++++++++++ > 1 file changed, 120 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/starfive,jh7110-pcie.yaml > Reviewed-by: Rob Herring