[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230126103828.481441-2-henrik@grimler.se>
Date: Thu, 26 Jan 2023 11:38:23 +0100
From: Henrik Grimler <henrik@...mler.se>
To: robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
alim.akhtar@...sung.com, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
phone-devel@...r.kernel.org, ~postmarketos/upstreaming@...ts.sr.ht
Cc: Henrik Grimler <henrik@...mler.se>
Subject: [PATCH 1/6] ARM: dts: exynos: add mmc aliases for Exynos3250
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 <henrik@...mler.se>
---
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;
--
2.39.1
Powered by blists - more mailing lists