From patchwork Thu Jan 26 10:38:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Grimler X-Patchwork-Id: 13116867 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 08367C54E94 for ; Thu, 26 Jan 2023 10:41:15 +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=3ip5byURe3dtqXkA+E38evI8W7Cwq9u9qSIRrMC/tNg=; b=Ovc9pDR49dkpjl g6dNcPha3mOMfWa8WR6t9FS8ocyIZTUvOX8igepbq9r1+1RSE54zGoGQfGLSjKh5rIptkhogynL2Q SCsbz6XtyViRWaRgHga1qZBDwrWjPc1VQpW3wOeJMGN2yoq37mA+W+LWEVn1oG+vCh7hVMQ/4mtgz xHHKwubuu0Vf7ZId003xZcFhoXebzCdETR6OagKV7mh3yOR52O6LStVNGPwvU4Q561Q3phGfVHlxa 9X2xapQxbzjcwBYlzWcajuXb/xFvmlTLk/2egCJxe4ZsrJMcBzYoONpyTALquhExVdhYq88ek49a+ V+yjy1VLXm5fCI7UBYZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKzfx-00AVRe-Ag; Thu, 26 Jan 2023 10:40:14 +0000 Received: from out0.migadu.com ([94.23.1.103]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKzfi-00AVMX-Ta for linux-arm-kernel@lists.infradead.org; Thu, 26 Jan 2023 10:40:02 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=grimler.se; s=key1; t=1674729591; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Jlyhz7Tw4ACTk+tYAveEaZgRUem40bJcytO+ZmQ6+us=; b=RZYQU0TyBQLzIQVpL7MWdq/uIrpNzgGYgZpsW45EMYB+vv33X+hIu4biRwXJo1tvMf9xiO XHeWzbuXnTCYTZytmLNGrBLO5r04fapC8NyW2ZAsVTcXEYMpz1tSkXBGIZO4G6G3aKE05W lNvpPAWJrARgiIPuhDzrFshaiPhrjj4= From: Henrik Grimler To: 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 Cc: Henrik Grimler Subject: [PATCH 0/6] ARM: dts: add mmc aliases for Exynos devices Date: Thu, 26 Jan 2023 11:38:22 +0100 Message-Id: <20230126103828.481441-1-henrik@grimler.se> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230126_023959_136714_0F641B53 X-CRM114-Status: UNSURE ( 8.11 ) 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 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/ Henrik Grimler (6): ARM: dts: exynos: add mmc aliases for Exynos3250 ARM: dts: exynos: add mmc aliases for Exynos4210 ARM: dts: exynos: add mmc aliases for Exynos4412 ARM: dts: exynos: add mmc aliases for Exynos5250 ARM: dts: exynos: add mmc aliases for Exynos5410 ARM: dts: exynos: add mmc aliases for Exynos5420 arch/arm/boot/dts/exynos3250.dtsi | 6 +++--- arch/arm/boot/dts/exynos4210.dtsi | 4 ++++ arch/arm/boot/dts/exynos4412.dtsi | 5 ++++- arch/arm/boot/dts/exynos5250.dtsi | 8 ++++---- arch/arm/boot/dts/exynos5410.dtsi | 3 +++ arch/arm/boot/dts/exynos5420.dtsi | 6 +++--- 6 files changed, 21 insertions(+), 11 deletions(-) base-commit: 9ca5a7ce492d182c25ea2e785eeb72cee1d5056b