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 4E816C433F5 for ; Tue, 14 Dec 2021 05:44:11 +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:References: 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: List-Owner; bh=AxdVIyfNqWNLxEkcnSVAetT8Z3e8sTCf0+v/vJBYaLU=; b=bNwTsBwYIvXsaM Eb+OdY03KZhpzTDpMuzQrk8TDmCgl6r0UwrI9WK8mZf/39YNIhLdqMkkA6wn5/D0BddxOUwsVdu5b Gg69dacvufLHTRFuloolyxMHauvW0eNSFpx2F0Fhzr32O6wMN59/jXGp7I8ciNpYOsxoDgnwQANCG jn6MVXAqbNxkVPQ6o3jV9OlWupzTULbJTtISo3bqC1SL/4HXXcjsUbSdDflOYfAWIK6Go4PS0/kC8 U2t3J9DpKTn4cMtv0oBnjR8XHZg2bi32eQTEsGw98HaVw3cTj9PEljBKeqVtX71Cgn0fHwCkHtDA9 NbugdnA7vZn4MxzJEAhQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mx0aP-00CdbH-BE; Tue, 14 Dec 2021 05:42:49 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mx0aM-00Cdah-EW for linux-arm-kernel@lists.infradead.org; Tue, 14 Dec 2021 05:42:47 +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 F38A260E15; Tue, 14 Dec 2021 05:42:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92D53C34601; Tue, 14 Dec 2021 05:42:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639460565; bh=v/ozOFzbx6x0lJOK+o5SdH1MnXrCunoiEvlCykuoviY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ID+wG5Op9/3ySFidz2J3SXPLlpudftR0h2OmZ4JWX+CL15brgVxGurjCU37lZRUod Pr1zaWBz1gl1ejfwde5Pptjt5AEPChHlTh6tpFk5Ik1KkUffyqMjx6eqceMoS1UTu4 5WRDfCSNPqiGfdSbZMSkdFsui4J5j82YTH3HFw4Jegn25fBfkH2uPWB7yWxwEWNbBJ EeM9vtO0JRvSeIJMfn5st3cyhe28os1oHcXVIZW/tepGL5wPZ0asdCnfTp4Qe4VYv5 5FrmXyPT+TlqqE5tTik3l3J1oqUugwpSDb/VI3DbIsvgqURoHhhFTIlgsezWY8itla BuCqYtsJKX66Q== Date: Tue, 14 Dec 2021 13:42:41 +0800 From: Shawn Guo To: Li Yang Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Xiaowei Bao Subject: Re: [PATCH v2 1/8] arm64: dts: ls1028a: Add PCIe EP nodes Message-ID: <20211214054240.GH10916@dragon> References: <20211204001718.8511-1-leoyang.li@nxp.com> <20211204001718.8511-2-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211204001718.8511-2-leoyang.li@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211213_214246_549586_34DFDD1F X-CRM114-Status: GOOD ( 15.38 ) 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 Fri, Dec 03, 2021 at 06:17:11PM -0600, Li Yang wrote: > From: Xiaowei Bao > > Add PCIe EP nodes for ls1028a to support EP mode. > > Signed-off-by: Xiaowei Bao > Signed-off-by: Li Yang > --- > .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi > index fd3f3e8bb6ce..9efcaf68578c 100644 > --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi > @@ -637,6 +637,18 @@ pcie1: pcie@3400000 { > status = "disabled"; > }; > > + pcie_ep1: pcie_ep@3400000 { pcie-ep Shawn > + compatible = "fsl,ls1028a-pcie-ep","fsl,ls-pcie-ep"; > + reg = <0x00 0x03400000 0x0 0x00100000 > + 0x80 0x00000000 0x8 0x00000000>; > + reg-names = "regs", "addr_space"; > + interrupts = ; /* PME interrupt */ > + interrupt-names = "pme"; > + num-ib-windows = <6>; > + num-ob-windows = <8>; > + status = "disabled"; > + }; > + > pcie2: pcie@3500000 { > compatible = "fsl,ls1028a-pcie"; > reg = <0x00 0x03500000 0x0 0x00100000>, /* controller registers */ > @@ -664,6 +676,18 @@ pcie2: pcie@3500000 { > status = "disabled"; > }; > > + pcie_ep2: pcie_ep@3500000 { > + compatible = "fsl,ls1028a-pcie-ep","fsl,ls-pcie-ep"; > + reg = <0x00 0x03500000 0x0 0x00100000 > + 0x88 0x00000000 0x8 0x00000000>; > + reg-names = "regs", "addr_space"; > + interrupts = ; /* PME interrupt */ > + interrupt-names = "pme"; > + num-ib-windows = <6>; > + num-ob-windows = <8>; > + status = "disabled"; > + }; > + > smmu: iommu@5000000 { > compatible = "arm,mmu-500"; > reg = <0 0x5000000 0 0x800000>; > -- > 2.25.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel