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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8C2F1C433EF for ; Wed, 15 Jun 2022 15:32:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=eLVcKIDiGAgjQY7KvsrnSDvfIteXW+xkplmlLXx46PY=; b=wbjXWhyYBb+XSk FsEjlA4S3Uv5SHCEuQ7HChAr4JfeNbVAqp22difDuIJJuQQQTgJ1twksWAFWrf/DFthCE9VIcmA/3 Hv0seWW20V6Ny/AwjBxc9XS9jPXITT79wLq+qoFL5VCxNiHa15pwnHySU/JNOBUYaB8+xZpQBJt+M tsRH8Y1k1PDr4e7nwGLBrT67WrlHB2E8YrSoHuN9+priK4eKOT8LywbwE89MfkViWnndwLyTZ8Cw8 AEp9YwR/qwHmsxm84D+yGEqQPb3D2YxNFoF4ltpbAoqHf4eAA01ecImM2GD4r8/HO32i2P3ArtKU0 U2Lx9wpZhsB0j3pCJpfg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1UzM-00FAOX-Qq; Wed, 15 Jun 2022 15:31:24 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1UzK-00FAOA-Dn; Wed, 15 Jun 2022 15:31:23 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 00BA061720; Wed, 15 Jun 2022 15:31:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20695C34115; Wed, 15 Jun 2022 15:31:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655307081; bh=r+yRrxHClzv1P38azR8w13O3Oa7kVO4IL+igkr/tjqg=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=NsRoNoq8fE3qubujywO1GcEOTOQeZqx6h1IKN9ZdyW1BfyjX8+3S9GHfirXsE52Zk poqn+5/PPTm0kG4HgW0EbqyJssvgQUfkjUdfoVoQYmO5jrET8HQHq20D9vqx404hZs eyztWGEjNJ7EZYyLa2Dr3JY2xNe1O3Zaw5UbDHAzEczTRMa1u1rUiqDCySwh4Ow6tL RcQy/emi+IQy9h2d5B4kZD2vGXPxcfGbmQBtwvgN1p86y4nd1ZYkhVSMVrnIuvjvqv nRFYEy2X4GTfz0CI0GmNS8PPBycVtoYixfiKfThx8DlVuim19gfzF6lmKFZWZkPPiN xbw7eQaRXz9Pw== Date: Wed, 15 Jun 2022 10:31:19 -0500 From: Bjorn Helgaas To: Felix Fietkau Cc: Ryder Lee , Jianjun Wang , Bjorn Helgaas , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , John Crispin , Rob Herring , linux-pci@vger.kernel.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH RESEND v10 1/3] dt-bindings: PCI: Add support for Airoha EN7532 Message-ID: <20220615153119.GA940910@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220615125335.96089-1-nbd@nbd.name> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220615_083122_544639_F54F75A8 X-CRM114-Status: GOOD ( 18.60 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jun 15, 2022 at 02:53:33PM +0200, Felix Fietkau wrote: > From: John Crispin > > EN7532 is an ARM based platform SoC integrating the same PCIe IP as > MT7622, add a binding for it. > > Acked-by: Rob Herring > Signed-off-by: John Crispin > Signed-off-by: Felix Fietkau Applied patches 1 & 2 to pci/ctrl/mediatek for v5.20, thanks! I assume patch 3 for: arch/arm/boot/dts/en7523-evb.dts arch/arm/boot/dts/en7523.dtsi needs to go through an ARM tree, right? > --- > Documentation/devicetree/bindings/pci/mediatek-pcie.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/pci/mediatek-pcie.txt b/Documentation/devicetree/bindings/pci/mediatek-pcie.txt > index 57ae73462272..684227522267 100644 > --- a/Documentation/devicetree/bindings/pci/mediatek-pcie.txt > +++ b/Documentation/devicetree/bindings/pci/mediatek-pcie.txt > @@ -7,6 +7,7 @@ Required properties: > "mediatek,mt7622-pcie" > "mediatek,mt7623-pcie" > "mediatek,mt7629-pcie" > + "airoha,en7523-pcie" > - device_type: Must be "pci" > - reg: Base addresses and lengths of the root ports. > - reg-names: Names of the above areas to use during resource lookup. > -- > 2.36.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel