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=unavailable 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 C9874C4363A for ; Thu, 29 Oct 2020 00:55:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7914720790 for ; Thu, 29 Oct 2020 00:55:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603932953; bh=xtxAgDAHr5ooVD0DDaJt0OipANJoJHndsCiygOVyDaY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=mc9PBgr4s5jq9A2UtnOVgMAasoS0K7PzzWGv17qxR4kSC1oUdldSSoNW6/AbDKcOW Mj8V/0ayit45bchUjCtMbX7fTvbOFkt1qqCA75r7awoByTN3qH18WkDvtDHYu8CwN/ AcnPIK6bJX1ikahUlvFeKrSy5IUz7O9gkxK4Z+3o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726285AbgJ2Azr (ORCPT ); Wed, 28 Oct 2020 20:55:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:60544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731662AbgJ1WRk (ORCPT ); Wed, 28 Oct 2020 18:17:40 -0400 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 522A5241A4; Wed, 28 Oct 2020 08:28:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603873703; bh=xtxAgDAHr5ooVD0DDaJt0OipANJoJHndsCiygOVyDaY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fh0Vv4HdArQsWvpgMixoiu7kyIzm0o0d8nw4zjthONxQSg9bzLt0uimArfxYATxRL OBKRopL2Ndtdcn4P+JPOvS6R320EMZzi99YvTGiOqQL3Es813mqYnsbj6IcBlvcx/r /kF8Cf3Ga1Zk+7hFvpFAWJWH0LminWN8pHW26RWA= Date: Wed, 28 Oct 2020 16:28:18 +0800 From: Shawn Guo To: Matthias Schiffer Cc: Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 08/13] ARM: dts: imx7-mba7: update MMC aliases Message-ID: <20201028082817.GC28467@dragon> References: <20200918112942.1367-1-matthias.schiffer@ew.tq-group.com> <20200918112942.1367-8-matthias.schiffer@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200918112942.1367-8-matthias.schiffer@ew.tq-group.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Sep 18, 2020 at 01:29:37PM +0200, Matthias Schiffer wrote: > Together with the recently merged support for alias-based MMC host > numbering, this makes the MMC devices names match what the bootloader > expects. > > Signed-off-by: Matthias Schiffer Applied, thanks.