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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C39AFC54E94 for ; Thu, 26 Jan 2023 13:21:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Z9MlPveehw5eqGhL4pRezt1pEFpzQCBNibDsAfQJj/A=; b=GnTg0hIRJYmLkR CT8S0FLEAg+0BZtLkM/kNoUcnd8/ECcUeB0MbeglT40vwP8/nAAXn0zj/LRjvxUPvl8rPNYi5Wyjg mMuhAQ8hAIieyr1JixnMVJBKkYCbiB+89VzidkSE9zamA65TJN7sZsUqmzkVYs+tIDojEG+Jt4B+t 4X7hgbbWfMpm0V+tB9tshpI1GCbJSyOR1GSbbRXf97hgR3wfkk3mSHYwlP7kBTaolMIB2yPiBuWBm iZrRiMYcBIlQM8h/mJ6sGIIzFXAE7gLyAmUQu12X0oV48VvcZ/OyRtzV/xFDIkXm87QMzynSv5XXh pvpkRG9euEk9fZwZSsEA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pL2AP-00Av9H-7w; Thu, 26 Jan 2023 13:19:49 +0000 Received: from out-215.mta0.migadu.com ([91.218.175.215]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pL2AL-00Av8l-Cb for linux-arm-kernel@lists.infradead.org; Thu, 26 Jan 2023 13:19:47 +0000 Date: Thu, 26 Jan 2023 14:19:40 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=grimler.se; s=key1; t=1674739182; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7HNJWFqealdvgKRtGiwa2+ioxixWDlOCGthcjmBJ1L8=; b=kDUtiUALGgrW3oJEFAOWS/vsmw6nuZ+Kz6gPA2jNO4/mM6JuFHAOAgbttBjF4QjtccltTm /8mmsdT7+V5mfTHg6nbGHmjvpKx1QZTTOfqzw2Bsz2/GmS3WkmPyRgj7vvERYFc4zEEcIF ySPj47d8ImgZczOsv348w0NLK80XP6Y= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Henrik Grimler To: Krzysztof Kozlowski Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, alim.akhtar@samsung.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Subject: Re: [PATCH 0/6] ARM: dts: add mmc aliases for Exynos devices Message-ID: References: <20230126103828.481441-1-henrik@grimler.se> <0807a4ab-c544-2695-67d4-df9a3b1de4cf@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0807a4ab-c544-2695-67d4-df9a3b1de4cf@linaro.org> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230126_051946_145018_0649C9DA X-CRM114-Status: GOOD ( 15.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Krzysztof, On Thu, Jan 26, 2023 at 01:22:54PM +0100, Krzysztof Kozlowski wrote: > On 26/01/2023 11:38, Henrik Grimler wrote: > > It is convenient to have fixed mmcblk numbering of the eMMC and > > sdcard, and with these aliases all Exynos 4 and 5 devices (and > > probably Exynos 3, but I do not have one of those boards so cannot > > verify) will have the eMMC as mmc0 and sdcard as mmc2. > > > > I also removed sdhc aliases, as they should not be needed after [1] as > > I understand it. > > > > [1] https://lkml.kernel.org/lkml/20211124184603.3897245-1-john@metanate.com/ > > Marek sent the same in the past: > https://lore.kernel.org/all/?q=%22exynos%3A+Use+fixed+index+for+the+MMC+devices%22 > > The patches are fine for me except, that these actually do not belong to > DTSI. Aliases for board or user-exposable interfaces are actually board > specific and each board should customize the ones it uses. Thanks for reviewing! I will change the series to only add aliases to the boards I am familiar with. > Best regards, > Krzysztof Best regards, Henrik Grimler _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel