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=-15.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 F0450C433F5 for ; Mon, 20 Sep 2021 19:02:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D634F60F4B for ; Mon, 20 Sep 2021 19:02:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350150AbhITTDs (ORCPT ); Mon, 20 Sep 2021 15:03:48 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:36246 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344317AbhITTBr (ORCPT ); Mon, 20 Sep 2021 15:01:47 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 18KJ0EUt075500; Mon, 20 Sep 2021 14:00:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1632164414; bh=JLxL1Q1/PLvdtm3pXMoL5oDbTGqV2/WCZQeFTcffy0w=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=qFL9Ibm/Aa/MmFwZHEcucOtnflqRbYtiI+BnBBKekXiVlkz4Qfyf0UDfzqOWQFcfh XOmujgchjOwRxydBAdUOFglPMBr49J53yBsCbXgykaz2Z2syRq9aoqiDpLGTvI2UQR /TQA9UivsQ9548XmNLAzk0qsr5h1JvrglfRHf98s= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 18KJ0EtR018711 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 20 Sep 2021 14:00:14 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Mon, 20 Sep 2021 14:00:14 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Mon, 20 Sep 2021 14:00:14 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 18KJ0DRX064391; Mon, 20 Sep 2021 14:00:13 -0500 From: Nishanth Menon To: Vignesh Raghavendra , Rob Herring , Nishanth Menon , Tero Kristo CC: , Aswath Govindraju , Jan Kiszka , , Subject: Re: [PATCH] arm64: dts: ti: ti-k3*: Introduce aliases for mmc nodes Date: Mon, 20 Sep 2021 14:00:13 -0500 Message-ID: <163216440673.26588.3033938018391634383.b4-ty@ti.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210915135415.5706-1-nm@ti.com> References: <20210915135415.5706-1-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 15 Sep 2021 08:54:15 -0500, Nishanth Menon wrote: > Since probe order of mmc can vary depending on device tree dependencies, > Lets try and introduce a consistent definition of what mmc0, 1 are > across platforms. > > NOTE: Certain platforms may choose to have overrides due to various > legacy reasons, we permit that in the board specific alias definition. Hi Nishanth Menon, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: ti-k3*: Introduce aliases for mmc nodes commit: f54e1a97c8dbfe7717e15690c79f1bf20186e1fe All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D