From patchwork Wed Mar 15 21:28:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Grimler X-Patchwork-Id: 13176684 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 47412C6FD1D for ; Wed, 15 Mar 2023 21:29:20 +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=eDlb24J62Y/aD/Sc1iV6YhJlr+CT9jaRmevNT9Etaa0=; b=CefjBNvDCJAwjK dKg7xlVJi9a/O6+dRf2UZ1IpYCKixfhmIB6h4/BykZB3DPi1ThPEag89ERTEa5wAITS3KUYdtxVni kp8x1iYoYRNxJ2tJKe4A7rToDgJcKHJnurZouG/yGycD7STex3e6Agef8Y/okhKJnGTQ3+x9RX7XK e2a+fPzF+h/cV7r329whUL1zUwhFZIiouR4/cBE5mcYCGsNPtM27YAVSXUPk1QZKziFKXr6Sb///4 U4qBD8kK/8c4AoMoswn09NZcRZuqruG36GKxAl4deGx/241lZF2hzM31gmiAAV6lRTFczbSx70Qta TxgO6SbPjm8Uqq/YV7gA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pcYfk-00ET13-1M; Wed, 15 Mar 2023 21:28:36 +0000 Received: from out-18.mta0.migadu.com ([2001:41d0:1004:224b::12]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pcYfh-00ESzN-29 for linux-arm-kernel@lists.infradead.org; Wed, 15 Mar 2023 21:28:35 +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=1678915711; 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=2y/+iimD/3GoKfoWgAHErvbVxiAm/Znj5RRYd/ecU6Q=; b=d+ZpqSi1HEtakMQIHSt34V+n7FHuzRV9rmGmlD0VjHjWAphmhhkip5rU2LmtTF6+dUlYcS 1yrz9tEFpmNNX3L/ilGjv6PdqpTk4mNyrxKXL323Hc7lVROsaaxZslZ2TaMxo4a/kSHs4A eott3K8+0pjs26sG6IZf4qkEXyO2soQ= From: Henrik Grimler To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, alim.akhtar@samsung.com, m.szyprowski@samsung.com, virag.david003@gmail.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 v2 0/2] arm64: dts: add mmc aliases for Exynos devices Date: Wed, 15 Mar 2023 22:28:12 +0100 Message-Id: <20230315212814.15908-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-20230315_142833_851172_4BD1FE59 X-CRM114-Status: UNSURE ( 7.07 ) 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 so that assigned numbers will not change from boot-to-boot or depending on if storage devices are actually attached or not. Also drop mshc aliases while we are at it and instead add mmc capabilities to the individual device trees (right now they are added depending on alias index). --- Changes since v1: * Set mmc-ddr-1_8v in device trees so that MMC_CAP_1_8V_DDR is set also after removal of mshc0 alias. Issue was pointed out by Krzysztof and David. Henrik Grimler (2): arm64: dts: exynos: drop mshc aliases arm64: dts: exynos: add mmc aliases arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 5 +++-- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 5 +++-- arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) base-commit: 35ade1eb465438cfd16fdc3a4905dd82f658fdce