diff mbox series

ARM: dts: qcom: msm8974-klte: Fix shdc numbering

Message ID 20210110185835.133059-1-alexeymin@postmarketos.org
State Accepted
Commit 5ccdc931515e8a6dc94156fe5742f8f999863f5c
Headers show
Series ARM: dts: qcom: msm8974-klte: Fix shdc numbering | expand

Commit Message

Alexey Minnekhanov Jan. 10, 2021, 6:58 p.m. UTC
Since commit fa2d0aa96941 ("mmc: core: Allow setting slot index
via device tree alias") proper aliases should be named "mmcN".

Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>
---
 arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-arm-msm@kernel.org Jan. 21, 2021, 4:50 a.m. UTC | #1
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Sun, 10 Jan 2021 21:58:34 +0300 you wrote:
> Since commit fa2d0aa96941 ("mmc: core: Allow setting slot index

> via device tree alias") proper aliases should be named "mmcN".

> 

> Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>

> ---

>  arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)


Here is the summary with links:
  - ARM: dts: qcom: msm8974-klte: Fix shdc numbering
    https://git.kernel.org/qcom/c/5ccdc931515e

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts b/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts
index 97352de9131422..f23d1002b8f8b9 100644
--- a/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts
+++ b/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts
@@ -12,8 +12,8 @@  / {
 
 	aliases {
 		serial0 = &blsp1_uart1;
-		sdhc1 = &sdhc_1; /* SDC1 eMMC slot */
-		sdhc2 = &sdhc_2; /* SDC2 SD card slot */
+		mmc0 = &sdhc_1; /* SDC1 eMMC slot */
+		mmc1 = &sdhc_2; /* SDC2 SD card slot */
 	};
 
 	chosen {