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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 C0E72C55178 for ; Sun, 1 Nov 2020 08:15:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8504622275 for ; Sun, 1 Nov 2020 08:15:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604218510; bh=Uf5c7H9jj9fdmFBOv4HZcnTG7q0kGKo420Xeiip+9/Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Gx7d4WMdIh7I6YyqwT70K0If5Ej79F3MA6fQ07rizDan6OHS55O5tR/LgoYP7CGdK kqia4K27NTDpb8IQ0wS9gAwkWbU8nIMVucH7dcrA0pV/c32+Ntka9oduNe+EMosK6E afjd0HZIdmxmxRzPPNJ6pkQUlO653XmZegci/Ftc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725931AbgKAIPJ (ORCPT ); Sun, 1 Nov 2020 03:15:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:39692 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725930AbgKAIPJ (ORCPT ); Sun, 1 Nov 2020 03:15:09 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EC3E722273; Sun, 1 Nov 2020 08:15:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604218508; bh=Uf5c7H9jj9fdmFBOv4HZcnTG7q0kGKo420Xeiip+9/Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k7/iIKDE10PLvSjjBCT35wEZ2fLHExC0lsNp+B39roYQ8rH1J7Eh4//mF5p+3+JE0 fwI9erxtRnbHvP5xu4KEr8A3/tYngy1PPEp/hn8JAVnETThbn95qTbi3Dhd3TCFfOV vhDHlshbFW55rtC/FwBS1O+3Xi9vd3YqLNeK7g20= Date: Sun, 1 Nov 2020 16:15:03 +0800 From: Shawn Guo To: Yangbo Lu Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Li Yang , Rob Herring Subject: Re: [PATCH] arm64: dts: freescale: use fixed index mmcN for layerscape Message-ID: <20201101081502.GH31601@dragon> References: <20201021083136.10554-1-yangbo.lu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201021083136.10554-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 Wed, Oct 21, 2020 at 04:31:36PM +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.