Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp888250pxb; Wed, 3 Feb 2021 22:50:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJzsNZb+91XQJbNp8vE67tAWw3rFSmU4EJmWJiqguLEhyY0XG6RehjxwJRbRAS/yeTfn8TNQ X-Received: by 2002:a17:906:ecfb:: with SMTP id qt27mr415616ejb.123.1612421447521; Wed, 03 Feb 2021 22:50:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612421447; cv=none; d=google.com; s=arc-20160816; b=efOlUAIjZRklbi1LYgJIgS9I4zSSPQtK4OJv7dpAhAKGuA0ALawGWL/7480Y2BC1tY BqHIY3RrMcmAcEI9+ArA/wIXtGYO6A3+lo9CgRWE7qldyMhOSDU2iaBaZyilgsS22iBS he3AQeNlIjnq5YMbv3ai5bBQJO3yN7BxRrg/eBaJjnaJdgLR63CmrIOty/o1YnSq4sU2 gxFHd/v0/cYqQaUuPoiRS5UoV8aKgT1PWC61MWC2t2s+LmQUZV3UvAxfLZqGFxFGt/Ok o4bfIy/ehnCHtUhNNqVksRMOcQwTx7YzKDU3SA20YmOnNQIl/BFi+eE/CR1sSjI1e0TD IwQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=frNvKvUmhUNkoknvUgbSUWUEgV0SS1Ew+Wkx6gUs81s=; b=ZNqW/52zuLoeqcnoaatH4MUabPjkUFz9T88uE/IHi49Qq0AUZOxcYtaFaiXeESSFxj MrLb5yR+ai5wylVknnB4Xf0tpaeJtWtqD0Vh+8yn/m4v/2N057Szs7jRG2kz5O7TGVXa mRjX6EXktpFPDg9yTv3+ZOMz615i79r1fIuUh+4m65whaNUBDIkkHTkUWpYzJcUY9ZJ0 ji9xrKQfnjrIzFZDRFRMPOtAx5zPEpGmtlaVFVz2inJgoD7118vbbczCn+9/MZtIpXJe QnRJ+T9so7WpNKJYU4B7PmSAcnzkZGYu6bRgxi8qecTPD2JuZmxoYqKoqCvkAZiE8Kvn c1PQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cd1si1679091ejb.214.2021.02.03.22.50.23; Wed, 03 Feb 2021 22:50:47 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232917AbhBDGq1 (ORCPT + 99 others); Thu, 4 Feb 2021 01:46:27 -0500 Received: from muru.com ([72.249.23.125]:56938 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232796AbhBDGq1 (ORCPT ); Thu, 4 Feb 2021 01:46:27 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 99D6280B3; Thu, 4 Feb 2021 06:45:57 +0000 (UTC) Date: Thu, 4 Feb 2021 08:45:42 +0200 From: Tony Lindgren To: =?utf-8?B?TcOlbnMgUnVsbGfDpXJk?= Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: am33xx: add aliases for mmc interfaces Message-ID: References: <20210128155644.6553-1-mans@mansr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Måns Rullgård [210129 11:40]: > Tony Lindgren writes: > > > * Mans Rullgard [210128 18:09]: > >> Without DT aliases, the numbering of mmc interfaces is unpredictable. > >> Adding them makes it possible to refer to devices consistently. The > >> popular suggestion to use UUIDs obviously doesn't work with a blank > >> device fresh from the factory. > >> > >> See fa2d0aa96941 "mmc: core: Allow setting slot index via device tree > >> alias" for more discussion. > > > > Sounds good to me, but will wait a few days before applying to make sure > > this is still what we have agreed on :) > > If it helps the decision, my existing systems fail to boot without > something like this due to the eMMC moving from /dev/mmcblk1 to mmcblk0, > at least sometimes. I guess the kernel cares deeply about not breaking > userspace, except when it doesn't give a damn. > > I've been fighting this problem in various forms for the last 10 years > or so, and I was hoping it would finally be over. Yes this issue has been bugging folks for long time. Applying into fixes thanks. Tony