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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B5C5CCA47C for ; Tue, 14 Jun 2022 06:35:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232013AbiFNGfO (ORCPT ); Tue, 14 Jun 2022 02:35:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238289AbiFNGfL (ORCPT ); Tue, 14 Jun 2022 02:35:11 -0400 Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.74]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86FD637A25; Mon, 13 Jun 2022 23:35:10 -0700 (PDT) Received: from [192.168.1.107] ([37.4.249.155]) by mrelayeu.kundenserver.de (mreue106 [212.227.15.183]) with ESMTPSA (Nemesis) id 1MMWgb-1oKap12dmR-00JeZt; Tue, 14 Jun 2022 08:34:52 +0200 Message-ID: Date: Tue, 14 Jun 2022 08:34:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH] ARM: dts: bcm2711-rpi-4-b: Use aliases to set custom MMC device index Content-Language: en-US To: Ariel D'Alessandro , Peter Robinson Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, gkrzysztof.kozlowski+dt@linaro.org, gnsaenz@kernel.org, grobh+dt@kernel.org, nsaenz@kernel.org, Florian Fainelli References: <20220608123233.13439-1-ariel.dalessandro@collabora.com> From: Stefan Wahren In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:UbHWjvDAnm4TlXK+jOtZlK+fEY96IEagfLHq8aiDgCaKUUnrdsG ruElF8BE8itRPHeu8eERO/tRmj+/moSlFcH0/35aqVgxV4lm0mjUqK+YMO16q2K1UHxGr2M EO4MrDkMSI4yXLX3EQLns1cQpqqjxJ/9laiws/SA5IjcDQ9bvYqHCuHVlFj0/p7mSo+m0JS XZDzcLoR38ruvYmStsn/g== X-UI-Out-Filterresults: notjunk:1;V03:K0:UlzaYFfiUz8=:UJS1QEZbIzY5mFOaoNaB2C Wo0Cmr9BNrT//vROqS86bhD9rFHA72tUEzXLLDgX3LjEx9nRX3VOQjNOpyO7om/DPDW66VQ9s T3LARFxFQP4Q9bI+zH8U+ywHHOf6QVCPqFv1oHnFe42VBAp0c7PzH6EPcVins72gepA2PtSs1 4YOcw2iPrK2gotQVX0doxE/3my3AIkP2nhzmefIN65C3rylFKdkaUf/oEQDMIgUfHHC4BromX Hv9IIG2tmLAMrbAx298oy2BhLLCchPw32S/LjRKXw+t/d8xjz0MyCHxOozNF1rVZvwxHsAisW G311OHfEQJAn3qKdxV7SWVqoP6f0jU4icOhdRg96IpJIGnph+lhwTM4ylMmqjvMG0Vp+W++AB JTyMvXhWy9vS6t92L9usls5X2iBol0LqOuQpwEL6vMIxEL2TY9qGwLxAPTs/zWPzTr2miF8KT 6mwHPsqT9N3+wnfgl6o0pmKiBVpqg+22DOSj9Zcl63tat910v3MN170EVay/wKQyDMu9jcqxl 5RKKl8Ifd94Mycb0GLfh3VGQUYEMTewjvFE/Ah+D7HoGTwb/HPH67UQPCfSyFmJLjSzLnyKil G90tlCm6+2i51XdNj8fpzbu2z9aTo5zEUh802QEb+Z3SYXFZmUzLjE5GQ6IQU2IS9+q71ffwX 7aDlxN+Yd4qPhcEBX1Cq3shxJjaf6W9yFYLRpO9P88Z3b8VtU7EUlT0vACpvkrx08ByURgZ2b +RADuItKzWlgo0NVkSs9nsPS5PQHnGdJRtgLlWbFN0co8te38QomTbe/OI0= Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 14.06.22 um 01:34 schrieb Florian Fainelli: > On 6/13/22 05:46, Ariel D'Alessandro wrote: >> Hi Peter, >> >> On 6/12/22 17:38, Peter Robinson wrote: >>> On Wed, Jun 8, 2022 at 1:35 PM Ariel D'Alessandro >>> wrote: >>>> >>>> Add MMC aliases to ensure that the /dev/mmcblk ID for SD card won't >>>> change depending on the probe order of the MMC drivers. >>> >>> Is  the bcm2711-rpi.dtsi a better place for it given there's other >>> aliases there and it will be consistent across variations? >> >> Yes, indeed, it makes sense moving it to bcm2711-rpi.dtsi >> >> The other board what will be affected by this alias is the Raspberry Pi >> Compute Module 4 IO Board, on which emmc2 is the eMMC. However, the >> alias makes sense, to have that as the first mmc device. >> >> Maybe we can add the alias as follows? >> >>      mmc0 = &emmc2;  /* mmcblk0 for eMMC/SD */ > > You have made a typo on the bcm-kernel-feedback-list meaning that this > won't reach the patchwork instance I use to manage and apply patches, > can you please fix that up for your v2? Thanks! Not just the bcm-kernel-feedback-list is affected, also the address of Krzysztof, Rob and Nicolas has a g prepended.