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 X-Spam-Level: X-Spam-Status: No, score=-12.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23EB2C433DB for ; Tue, 5 Jan 2021 03:54:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E984A22581 for ; Tue, 5 Jan 2021 03:54:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727458AbhAEDyY (ORCPT ); Mon, 4 Jan 2021 22:54:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:38260 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726518AbhAEDyX (ORCPT ); Mon, 4 Jan 2021 22:54:23 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2258022581; Tue, 5 Jan 2021 03:53:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1609818823; bh=dS5tC+ND9IgUT7r9HIYz5tVq4yZewlR/r+yqwu1+LNY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kLqVSfGoYpT9xU7TzsbFHE4xSyQsztajQMlns9MRTT8ii+WRTDudqfWC7OEKrzOJj Xr8Ti+FTaGQemGRQxEBapA8+hXtMfgCB8CeuebEuZbBVRb1uRR/yefRN6Fn+fWfJY4 BYQF0JV36zGsaeEf2HcZc6FT7aqrcQxgmP42MfiJgErU8bwkkgkhWiKFfQk1bSpKYt x1YRAc3dJyZjHh3X4nIXbv6cg0ZovfUowL/QoQ3hhmtaS991fkC2xzAdjCstyJH6Rl /Bq3/fNgLlWmVFT7nqEbM7YEKxUCyuaWfh0WSbUf1xh9KYUzjDJkiC76ZtlUMc3/YH 3RuKr0RRR9hoA== Date: Tue, 5 Jan 2021 11:53:38 +0800 From: Shawn Guo To: Yangbo Lu Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Li Yang , Vladimir Oltean , Rob Herring , Michael Walle Subject: Re: [v3] arm64: dts: freescale: use fixed index mmcN for NXP layerscape reference boards Message-ID: <20210105035337.GN4142@dragon> References: <20210105033259.31831-1-yangbo.lu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210105033259.31831-1-yangbo.lu@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jan 05, 2021 at 11:32:59AM +0800, Yangbo Lu wrote: > The eSDHC driver has converted to use asynchronous probe. > Let's use fixed index mmcN for eSDHC controllers, so that > we can ignore the effect on usage, and avoid problem on > previous use cases with fixed index mmcblkN. > > Signed-off-by: Yangbo Lu Applied, thanks.