From patchwork Thu Jan 26 10:38:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Grimler X-Patchwork-Id: 648484 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 29464C05027 for ; Thu, 26 Jan 2023 10:40:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236770AbjAZKj7 (ORCPT ); Thu, 26 Jan 2023 05:39:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230273AbjAZKj6 (ORCPT ); Thu, 26 Jan 2023 05:39:58 -0500 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7851E56491; Thu, 26 Jan 2023 02:39:57 -0800 (PST) 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=1674729595; 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: in-reply-to:in-reply-to:references:references; bh=mDsZ7CmuBAkMxigCyOthMYIyyRStE/Y8QZvA7AhNAkU=; b=WFcuya1+mDxRpeah511R76HAjFL/HuIKpM/bgRXd9ebbmeD4Zyh6xPLJ5TMyOKtaZz2fvZ h1i5jZa5Qi2bGShoktvQuTyKry4k89aYMgYjmiRZjQZiEEl26Z+BjARW6I8tCx6pgFvEfr HgSCJcvkzhFeyUZ13d/Y368CQbYDbkw= 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 1/6] ARM: dts: exynos: add mmc aliases for Exynos3250 Date: Thu, 26 Jan 2023 11:38:23 +0100 Message-Id: <20230126103828.481441-2-henrik@grimler.se> In-Reply-To: <20230126103828.481441-1-henrik@grimler.se> References: <20230126103828.481441-1-henrik@grimler.se> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org So that mmcblk numbering is fixed for the eMMC and sdcard, no matter if a storage device is attached or not. Also remove old, no longer used, mshc alias while we are at it. Signed-off-by: Henrik Grimler --- arch/arm/boot/dts/exynos3250.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi index 54bb323186e4..119fbe4208cd 100644 --- a/arch/arm/boot/dts/exynos3250.dtsi +++ b/arch/arm/boot/dts/exynos3250.dtsi @@ -28,9 +28,9 @@ / { aliases { pinctrl0 = &pinctrl_0; pinctrl1 = &pinctrl_1; - mshc0 = &mshc_0; - mshc1 = &mshc_1; - mshc2 = &mshc_2; + mmc0 = &mshc_0; + mmc1 = &mshc_1; + mmc2 = &mshc_2; spi0 = &spi_0; spi1 = &spi_1; i2c0 = &i2c_0; From patchwork Thu Jan 26 10:38:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Grimler X-Patchwork-Id: 647471 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 9878DC54E94 for ; Thu, 26 Jan 2023 10:40:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236949AbjAZKkE (ORCPT ); Thu, 26 Jan 2023 05:40:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236897AbjAZKkB (ORCPT ); Thu, 26 Jan 2023 05:40:01 -0500 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 753CF5C0C4; Thu, 26 Jan 2023 02:39:59 -0800 (PST) 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=1674729597; 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: in-reply-to:in-reply-to:references:references; bh=dGGbMK+Aa92T10Lg4IqZHWu06h+GE9mEep+IJk+dkKA=; b=k4X/C0qU0iTicPPJJh8eiwk4D0yAM4mjUy8dmC1XF2UYKa0G7I+MHtclUP2cuKNOXhp+7Z TJsURaqGBKQrpLH8Pgj187TpxQzCUnOgvsvZLjSznmSTeY5X6Z0LEe1DBqEzhxZ280Plbz agQoS9YmIeyLoXrI3rByxBZL0ZU5syA= 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 2/6] ARM: dts: exynos: add mmc aliases for Exynos4210 Date: Thu, 26 Jan 2023 11:38:24 +0100 Message-Id: <20230126103828.481441-3-henrik@grimler.se> In-Reply-To: <20230126103828.481441-1-henrik@grimler.se> References: <20230126103828.481441-1-henrik@grimler.se> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org So that mmcblk numbering is fixed for the eMMC and sdcard, no matter if a storage device is attached or not. Signed-off-by: Henrik Grimler --- arch/arm/boot/dts/exynos4210.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 267eff6c97d6..403c28c120f9 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi @@ -23,6 +23,10 @@ / { compatible = "samsung,exynos4210", "samsung,exynos4"; aliases { + mmc0 = &sdhci_0; + mmc1 = &sdhci_1; + mmc2 = &sdhci_2; + mmc3 = &sdhci_3; pinctrl0 = &pinctrl_0; pinctrl1 = &pinctrl_1; pinctrl2 = &pinctrl_2; From patchwork Thu Jan 26 10:38:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Grimler X-Patchwork-Id: 648483 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 4F9F7C05027 for ; Thu, 26 Jan 2023 10:40:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236918AbjAZKkG (ORCPT ); Thu, 26 Jan 2023 05:40:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236930AbjAZKkE (ORCPT ); Thu, 26 Jan 2023 05:40:04 -0500 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92AEC66F97; Thu, 26 Jan 2023 02:40:02 -0800 (PST) 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=1674729601; 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: in-reply-to:in-reply-to:references:references; bh=nU6JQuJ+2Wwb5CYLg12kj2U2wnCf/z9laSYJN5KzBA0=; b=GzlhzEjHH8COW1SHQZEib4icxryX8Z7eNG2XInU5Cu8CUgk+9i2vBXYzeM0AIelILwYq9x z5quTCLm38RZ5EipijOwH7dEVzSWO743P0ZgCWr9LeU5wL7sRYCxKfzy1vSuSjh9j3ddvQ RAEMGD2iQf15VJUi6pEQORRjPap/JSk= 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 3/6] ARM: dts: exynos: add mmc aliases for Exynos4412 Date: Thu, 26 Jan 2023 11:38:25 +0100 Message-Id: <20230126103828.481441-4-henrik@grimler.se> In-Reply-To: <20230126103828.481441-1-henrik@grimler.se> References: <20230126103828.481441-1-henrik@grimler.se> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org So that mmcblk numbering is fixed for the eMMC and sdcard, no matter if a storage device is attached or not. Also remove old, no longer used, mshc alias while we are at it. Signed-off-by: Henrik Grimler --- arch/arm/boot/dts/exynos4412.dtsi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi index 7b4e2c442888..9625e9fe63b1 100644 --- a/arch/arm/boot/dts/exynos4412.dtsi +++ b/arch/arm/boot/dts/exynos4412.dtsi @@ -28,7 +28,10 @@ aliases { pinctrl3 = &pinctrl_3; fimc-lite0 = &fimc_lite_0; fimc-lite1 = &fimc_lite_1; - mshc0 = &mshc_0; + mmc0 = &mshc_0; /* eMMC */ + mmc1 = &sdhci_1; + mmc2 = &sdhci_2; /* uSD */ + mmc3 = &sdhci_3; }; cpus { From patchwork Thu Jan 26 10:38:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Grimler X-Patchwork-Id: 647470 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 0D4B7C61DA2 for ; Thu, 26 Jan 2023 10:40:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237058AbjAZKkK (ORCPT ); Thu, 26 Jan 2023 05:40:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236982AbjAZKkH (ORCPT ); Thu, 26 Jan 2023 05:40:07 -0500 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70D2A367D3; Thu, 26 Jan 2023 02:40:05 -0800 (PST) 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=1674729604; 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: in-reply-to:in-reply-to:references:references; bh=ehHG0agnVWr1E1xr0nOFkM6+aF48oEGwbR19XxQGOeg=; b=WI2X3dm+sj4+isE6DIZ/HXqZWn06/gRlk8G0DxvCiZUwMmh/6MtsbeDLFBOpggT/61fixi vPJ3MRoBPMACMr84h+DxCJJO6E5IGTIy2VZovKqxdUZetuMaaYrfmKwqDJ6W1SSf3tntt7 EIjkJcP5FZZes9Jk0xiIY2ZDAReeOfQ= 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 4/6] ARM: dts: exynos: add mmc aliases for Exynos5250 Date: Thu, 26 Jan 2023 11:38:26 +0100 Message-Id: <20230126103828.481441-5-henrik@grimler.se> In-Reply-To: <20230126103828.481441-1-henrik@grimler.se> References: <20230126103828.481441-1-henrik@grimler.se> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org So that mmcblk numbering is fixed for the eMMC and sdcard, no matter if a storage device is attached or not. Also remove old, no longer used, mshc alias while we are at it. Signed-off-by: Henrik Grimler --- arch/arm/boot/dts/exynos5250.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 97e89859ba3d..d030020c5d46 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -30,10 +30,10 @@ aliases { gsc1 = &gsc_1; gsc2 = &gsc_2; gsc3 = &gsc_3; - mshc0 = &mmc_0; - mshc1 = &mmc_1; - mshc2 = &mmc_2; - mshc3 = &mmc_3; + mmc0 = &mmc_0; /* eMMC */ + mmc1 = &mmc_1; + mmc2 = &mmc_2; /* uSD */ + mmc3 = &mmc_3; i2c4 = &i2c_4; i2c5 = &i2c_5; i2c6 = &i2c_6; From patchwork Thu Jan 26 10:38:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Grimler X-Patchwork-Id: 648482 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 4C23FC05027 for ; Thu, 26 Jan 2023 10:40:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237148AbjAZKk3 (ORCPT ); Thu, 26 Jan 2023 05:40:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236997AbjAZKkW (ORCPT ); Thu, 26 Jan 2023 05:40:22 -0500 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 835916DB10; Thu, 26 Jan 2023 02:40:11 -0800 (PST) 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=1674729609; 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: in-reply-to:in-reply-to:references:references; bh=AL7Cx0CdV/CMB1DM1nnXv+J97iJ72P++bxybb/0LZtM=; b=eTtvcUsj7BhtCKWS939C5Vn5hrbCH24z8hrRrFjLw37kuR6JH5CBRxT/QmJKiK//krllF0 /PCvLhBgJBC63H7LbIigd7mgy/WtbdfIlqmbq4CEjuDqebE8uxGkbRNkQDbHeD3XeRf+6T WNyHqd61f2+GXtum2ykbUTHkAdGI6QY= 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 5/6] ARM: dts: exynos: add mmc aliases for Exynos5410 Date: Thu, 26 Jan 2023 11:38:27 +0100 Message-Id: <20230126103828.481441-6-henrik@grimler.se> In-Reply-To: <20230126103828.481441-1-henrik@grimler.se> References: <20230126103828.481441-1-henrik@grimler.se> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org So that mmcblk numbering is fixed for the eMMC and sdcard, no matter if a storage device is attached or not. Signed-off-by: Henrik Grimler --- arch/arm/boot/dts/exynos5410.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi index 350b8afa0a3a..9ecbe3cf27e8 100644 --- a/arch/arm/boot/dts/exynos5410.dtsi +++ b/arch/arm/boot/dts/exynos5410.dtsi @@ -20,6 +20,9 @@ / { interrupt-parent = <&gic>; aliases { + mmc0 = &mmc_0; + mmc1 = &mmc_1; + mmc2 = &mmc_2; pinctrl0 = &pinctrl_0; pinctrl1 = &pinctrl_1; pinctrl2 = &pinctrl_2; From patchwork Thu Jan 26 10:38:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Grimler X-Patchwork-Id: 647469 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 8A285C61DA7 for ; Thu, 26 Jan 2023 10:40:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237139AbjAZKkb (ORCPT ); Thu, 26 Jan 2023 05:40:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237032AbjAZKkZ (ORCPT ); Thu, 26 Jan 2023 05:40:25 -0500 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C999D6DB22; Thu, 26 Jan 2023 02:40:12 -0800 (PST) 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=1674729611; 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: in-reply-to:in-reply-to:references:references; bh=wz5jcqMJAq6z77aIztno7yadg9KTxRI5ZYyyEhvqWmc=; b=P/FEW+sXAWmosczZS9GovnwfceG/ZYRCiH7Vf6V6XmOHSiQMvEnZg7IvDykMpu7mrpjVyG +x7TAvomwiGEOjDuVEgoz/7UEOxLx5H3qKyw7QYR+wYB2uPMsWsy4IAzR/0td0c01e2682 lsDtfJT5Ywqf9VsoyC/xbHR07vx+nVA= 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 6/6] ARM: dts: exynos: add mmc aliases for Exynos5420 Date: Thu, 26 Jan 2023 11:38:28 +0100 Message-Id: <20230126103828.481441-7-henrik@grimler.se> In-Reply-To: <20230126103828.481441-1-henrik@grimler.se> References: <20230126103828.481441-1-henrik@grimler.se> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org So that mmcblk numbering is fixed for the eMMC and sdcard, no matter if a storage device is attached or not. Also remove old, no longer used, mshc alias while we are at it. Signed-off-by: Henrik Grimler --- arch/arm/boot/dts/exynos5420.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index b1051a7d07af..3179174a23c4 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -19,9 +19,9 @@ / { compatible = "samsung,exynos5420", "samsung,exynos5"; aliases { - mshc0 = &mmc_0; - mshc1 = &mmc_1; - mshc2 = &mmc_2; + mmc0 = &mmc_0; + mmc1 = &mmc_1; + mmc2 = &mmc_2; pinctrl0 = &pinctrl_0; pinctrl1 = &pinctrl_1; pinctrl2 = &pinctrl_2;