From patchwork Mon Jul 29 01:56:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Zhu X-Patchwork-Id: 13744176 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 27929C3DA49 for ; Mon, 29 Jul 2024 02:16:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc: To:From:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=oSu9+7+a/Rpe4TOOAUdQ7j7xCIvnA8Ix73Wgrbc28OI=; b=4ynCdua1oKmlMaY5HTRw91Xcq0 CxmvcIJN1wxrejUIWZyKz3qAtgw2UVDTHO4KWRfrNoaVyIM1FJlLn/aqWpiJcMs7H80MUu66lfv1W y8Eq44fgYLNmMBqsz4qOU9/d/mY1Sgp6hDtUt50Msk6AL6C7kdJ2kSVwOslZ8slQhybU8i210eJ6P g9MWoNKlf/gwq2Dg7TBJRt90WS+I/ENHCtEqIpev9pLu8kGudkqHUhOyZoTP/0WcxMHR2wo4q6oiC NK7JEyA1+292wbVGMLVN6jF7DT2ulPOb7P+NwSNuqwSuEW9HXl1G0A3ukUXjHPMyH6i3flyOUC7w/ cga7R+VQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sYFw1-00000009hqK-0egz; Mon, 29 Jul 2024 02:16:25 +0000 Received: from inva020.nxp.com ([92.121.34.13]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sYFvb-00000009hiU-0Dlc for linux-arm-kernel@lists.infradead.org; Mon, 29 Jul 2024 02:16:00 +0000 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id B19351A02F8; Mon, 29 Jul 2024 04:15:55 +0200 (CEST) Received: from aprdc01srsp001v.ap-rdc01.nxp.com (aprdc01srsp001v.ap-rdc01.nxp.com [165.114.16.16]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 7AD2F1A0262; Mon, 29 Jul 2024 04:15:55 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by aprdc01srsp001v.ap-rdc01.nxp.com (Postfix) with ESMTP id CE326183AD44; Mon, 29 Jul 2024 10:15:53 +0800 (+08) From: Richard Zhu To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, shawnguo@kernel.org, l.stach@pengutronix.de Cc: hongxing.zhu@nxp.com, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, imx@lists.linux.dev Subject: [PATCH v4 0/4] Add dbi2 and atu for i.MX8M PCIe EP Date: Mon, 29 Jul 2024 09:56:41 +0800 Message-Id: <1722218205-10683-1-git-send-email-hongxing.zhu@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240728_191559_245274_FAC85A24 X-CRM114-Status: UNSURE ( 7.26 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org v4 changes: - Add Frank's reviewed tag, and re-format the commit message. v3 changes: - Refine the commit descriptions. v2 changes: Thanks for Conor's comments. - Place the new added properties at the end. Ideally, dbi2 and atu base addresses should be fetched from DT. Add dbi2 and atu base addresses for i.MX8M PCIe EP here. [PATCH v4 1/4] dt-bindings: imx6q-pcie: Add reg-name "dbi2" and "atu" [PATCH v4 2/4] dts: arm64: imx8mq: Add dbi2 and atu reg for i.MX8MQ [PATCH v4 3/4] dts: arm64: imx8mp: Add dbi2 and atu reg for i.MX8MP [PATCH v4 4/4] dts: arm64: imx8mm: Add dbi2 and atu reg for i.MX8MM Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml | 13 +++++++++---- arch/arm64/boot/dts/freescale/imx8mm.dtsi | 8 +++++--- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 7 +++++-- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 +++++--- 4 files changed, 24 insertions(+), 12 deletions(-)