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 5B2B3C433EF for ; Tue, 8 Feb 2022 15:30:24 +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=OyunzANd5Kx5vrGIye6wrE71n5ncVSuIZtB9VPy52Sg=; b=VvhmXrQelOya1r r9buUoI32k977oK8JaMk8+dzC7+LQgqksrgBI2z8maobBNTd8Z8YMp5JhpqV3swa6d0lEsFuT6FkB 5wQBQRcBkKRwbMjJ4g0GX4u7ZLXwTydc5oEg6aeKpgkD1VVCOzdWF+Pgt3Uxguhfn1ZSIJSiREatP ZWe3in0QDiKxTgcPTLGVVZMrba+YgzRVnpySt9CPAJWTzxjLx+rcMvsytDDf6hlGpeObheIo7YE0g PkjgPctZ7c+6iN5FctPeiPiTkWica650zPee4E2nGdbshgErBj2h8prix8mC4/Gh6GF0SPc8qhgJ2 gzw9qjZr0xpa3SsONVyg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHSQi-00EUNE-NI; Tue, 08 Feb 2022 15:29:20 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHSQd-00EULV-FP for linux-arm-kernel@lists.infradead.org; Tue, 08 Feb 2022 15:29:17 +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 ams.source.kernel.org (Postfix) with ESMTPS id 2C517B81B9E; Tue, 8 Feb 2022 15:29:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE4EFC340E9; Tue, 8 Feb 2022 15:29:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644334153; bh=WjdgoUEM1gV6yZT3Temszu4m7lJiQ8Db+jN83dtZlDY=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=fpb3zddkq6EGTy3h1ah+A8DeDDBBFItiTbaUUbeOdxWz5J9rfIeirlXu0ur5Q0l2/ L0wlmVG0aSFua0lDw9qIHCz13TWRVkmzIgC8sojkiaG4bD+TWLE6yOP51YHfADv82p len2cmFZL6yyi0xBi9f4HEK/mgtFGgf0g0zkKhh9VP5DDctJtTmoMRVkDWEAbXia9x IlgTYnyK+Yt29kouufgVxK7cKpBTYRYf/k3mlP26ZCC6f72XduaErrUaIoqX55ZHCj fzCJu9ifEItnHg/O7vVDDwnXNtDFAIO9KCm78VOUu4b3CfdfWmtsXYpXfAY9BaShJ9 A63uN9q6Loy/w== Date: Tue, 8 Feb 2022 09:29:11 -0600 From: Bjorn Helgaas To: Richard Zhu Cc: shawnguo@kernel.org, l.stach@pengutronix.de, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, linux-imx@nxp.com Subject: Re: [PATCH] arm64: dts: imx8mq-evk: Add the second pcie port support Message-ID: <20220208152911.GA477654@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1644303749-4610-1-git-send-email-hongxing.zhu@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220208_072915_690080_E4D2FC4B X-CRM114-Status: UNSURE ( 8.37 ) 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: , 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 In subject: s/Add the/Add/ s/pcie/PCIe/ On Tue, Feb 08, 2022 at 03:02:29PM +0800, Richard Zhu wrote: > Enable the secone PCIe port support on i.MX8MQ EVK board. s/secone/second/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel