From patchwork Mon Nov 20 20:58:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 13461985 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 68763C197A0 for ; Mon, 20 Nov 2023 20:59:18 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Erszbfrd+wb6agS6NPsyjEryqWTczeO3GsgM+4d4hCs=; b=3jfdLsKXlmZrLB +/CifdIQNokv6+nY5WlDlVKoI1coW7Tulof9avqbi1GdD5HKsgErfLAp9Iw5DqIkk0UxCZ7z/C2nI cL8KighBo8NnPNPHxprWfcgFGYGMg8jhYVhCnVsjXIiA382fsQPABfJeJjR0hGn9VLwM7dOn5WRc7 KwxbtBnvEN2mLdA3Kf8YVt0nlrum1ylb7dnLx6wcdJpxpwPmL8XE0SCvOCwxSb34V37GeeE99VYaO Lm+ghqeBunbKkXBzqH2fzgIF3InScHmAo5rCczHuOQB0o6mwLxNujPMvSqdK3G6JTo9MmuStH6c1m +LmP65vmY7LhWRWULArA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r5BM2-00EpCf-2q; Mon, 20 Nov 2023 20:58:50 +0000 Received: from mail11.truemail.it ([2001:4b7e:0:8::81]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r5BLy-00EpBB-27 for linux-arm-kernel@lists.infradead.org; Mon, 20 Nov 2023 20:58:48 +0000 Received: from francesco-nb.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id CB8F72071A; Mon, 20 Nov 2023 21:58:36 +0100 (CET) From: Francesco Dolcini To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Cc: Francesco Dolcini , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Hiago De Franco Subject: [PATCH v1 0/3] ARM: dts: imx: Add mmc aliases to Toradex DTS Date: Mon, 20 Nov 2023 21:58:15 +0100 Message-Id: <20231120205818.33120-1-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231120_125846_884681_58A5420D X-CRM114-Status: UNSURE ( 6.79 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Francesco Dolcini Add mmc aliases to ensure a consistent mmc device naming across the Toradex SoM family, with this commit mmc0 is the on-module eMMC boot device and the not available mmc interfaces are removed. Hiago De Franco (3): ARM: dts: imx6qdl-apalis: Add usdhc aliases ARM: dts: imx6qdl-colibri: Add usdhc aliases ARM: dts: imx7d-colibri-emmc: Add usdhc aliases arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi | 7 +++++++ arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi | 7 +++++++ arch/arm/boot/dts/nxp/imx/imx7d-colibri-emmc.dtsi | 4 ++++ 3 files changed, 18 insertions(+)