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 01AC1C433FE for ; Sun, 23 Oct 2022 13:12:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230157AbiJWNMH (ORCPT ); Sun, 23 Oct 2022 09:12:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230292AbiJWNMG (ORCPT ); Sun, 23 Oct 2022 09:12:06 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0CCE4D14D; Sun, 23 Oct 2022 06:11:50 -0700 (PDT) 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 B3752B80946; Sun, 23 Oct 2022 13:11:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A844DC433D6; Sun, 23 Oct 2022 13:11:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666530670; bh=7igpdOWiUvomX+EQ72Odvf1VFeMLHMykFbfrQYAMKKs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RFwYm1OJ0ZfWesPPv0mF2F4aL1MBzxPIjrU6C1COMRfHKSQzWIIRbEQc8xSz5QOvF Ou9KfJbPWUy5QiuZP+RJh0GRAY5u5sUsqOoZEE8oqNNETsNqU0Z/uJse3Ro7kqbuiU QcOF4ewWhTbY0rEJGeocuKADrCpjCkaiKKq3ScBlEEhTrPHEWc84qBfMvqhvU+oWwj HraRsxyK+hn9+X3kWxhcmd4eCjpdjdpH7ecXzariwOYj6Qdcl/XN6ZMFPY9IXTlyfp fD7SNeaL6W7IbwfoEq7MfwUwrBv/vA2ImYWI6/+dXza95dy85FKNRkpQPLCdvs1cSD P7gWq08NoUcuA== Date: Sun, 23 Oct 2022 21:11:02 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Marcel Ziswiler , Andrejs Cainikovs , Fabio Estevam , Krzysztof Kozlowski , NXP Linux Team , Pengutronix Kernel Team , Philippe Schenker , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 5/8] arm64: dts: verdin-imx8mm: improve pcie node Message-ID: <20221023131102.GM125525@dragon> References: <20220922162925.2368577-1-marcel@ziswiler.com> <20220922162925.2368577-6-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220922162925.2368577-6-marcel@ziswiler.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Sep 22, 2022 at 06:29:22PM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Slight improvement of pcie node to be more in-line with what we add on > the Verdin iMX8M Plus. > > Signed-off-by: Marcel Ziswiler Applied, thanks!