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 DBC51C77B7F for ; Sun, 14 May 2023 13:03:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230501AbjENNDg (ORCPT ); Sun, 14 May 2023 09:03:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229942AbjENNDg (ORCPT ); Sun, 14 May 2023 09:03:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55BDF1BFE for ; Sun, 14 May 2023 06:03:35 -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 dfw.source.kernel.org (Postfix) with ESMTPS id DF3F660B58 for ; Sun, 14 May 2023 13:03:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4A1DDC433D2; Sun, 14 May 2023 13:03:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684069414; bh=SYmkQdmlBy6PE7HKOEw/mUvRFEdCNNfqeW6CJs4xyJI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lXrsE0Eee0Ido183C6Tb32arOEIl4+7/tpkosDmk3Q8ei2uUexMMyKwjjZvZ6NmUi y2xppBEYMwxeVRatiqWADIUCcB4HhQDuH7g/coll24KydpyWYU0AS2pqXoHKNO99j0 R/YBpnYO2uApQqMK5FvQ0yHb9wHeheRtIpQ0ug5QzS9tkzLIvOesCbLRGGL3t3byfW 4tgT/6BBGjwkWbyj6JkxEYRIOkZbjMRn1u00o91YcQQixX7atOi/Bwva/qNnmCrU2N FbySrr+q6N85NN33SdP5Des0G5aWwE/REV0YpiHodaP4dKIpDoPNG6aAbulEsMPRey EX9kOml+7HSqQ== Date: Sun, 14 May 2023 21:03:22 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Fabio Estevam , Markus Niebel , Matthias Schiffer , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/3] ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator Message-ID: <20230514130322.GW727834@dragon> References: <20230503113112.1751886-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230503113112.1751886-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, May 03, 2023 at 01:31:10PM +0200, Alexander Stein wrote: > This worked before by coincidence, as the regulator was probed and enabled > before PCI RC probe. But probe order changed since commit 259b93b21a9f > ("regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in > 4.14") and PCIe supply is enabled after RC. > Fix this by adding the regulator to RC node. > > The PCIe vaux regulator still needs to be enabled unconditionally for > Mini-PCIe USB-only devices. > > Fixes: ef3846247b41 ("ARM: dts: imx6qdl: add TQ-Systems MBa6x device trees") > Signed-off-by: Alexander Stein Applied, thanks!