mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-04-21 00:06:44 +02:00
Compare commits
No commits in common. "a00dc47b24b6be35f1f6c76b3db31d0a50e56cd4" and "ca60ffbc53519f9596b77eb269efa92e4ad67bcb" have entirely different histories.
a00dc47b24
...
ca60ffbc53
@ -56,7 +56,6 @@ SOURCES_K65 = " \
|
|||||||
file://6.5/0002-dts-nanopi-neo-air-Add-camera-support.patch \
|
file://6.5/0002-dts-nanopi-neo-air-Add-camera-support.patch \
|
||||||
file://6.5/0003-dts-allwinner-bananapi-m2-zero-Enforce-consistent-MM.patch \
|
file://6.5/0003-dts-allwinner-bananapi-m2-zero-Enforce-consistent-MM.patch \
|
||||||
file://6.5/0004-dts-allwinner-bananapi-m64-Consistent-nodes-for-mmc-devices.patch \
|
file://6.5/0004-dts-allwinner-bananapi-m64-Consistent-nodes-for-mmc-devices.patch \
|
||||||
file://6.5/0005-ARM-dts-sunxi-Add-MMC-alias-for-consistent-enumerati.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SOURCES = " \
|
SOURCES = " \
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
From 8b245b30a451bc4a4081759a6918b630ec075a7c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Stefan Gloor <code@stefan-gloor.ch>
|
|
||||||
Date: Thu, 19 Dec 2024 10:34:54 +0100
|
|
||||||
Subject: [PATCH] ARM: dts: sunxi: Add MMC alias for consistent enumeration
|
|
||||||
|
|
||||||
Add explicit alias for MMC devices, so that (e)MMC and micro SD cards
|
|
||||||
are enumerated consistenly. This should fix spurious boot failures when
|
|
||||||
specifying a hard-coded root partition, e.g., mmcblk0p2.
|
|
||||||
|
|
||||||
Signed-off-by: Stefan Gloor <code@stefan-gloor.ch>
|
|
||||||
Upstream-Status: Denied https://lore.kernel.org/lkml/CAGb2v67dBhL3-AhLeHg3xOgbNZ3qu0aj9+kA+MoOMRYfr_Z_zQ@mail.gmail.com/
|
|
||||||
---
|
|
||||||
arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-micro.dts | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-micro.dts b/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-micro.dts
|
|
||||||
index a1b89b2a2999..9cd1eb690134 100644
|
|
||||||
--- a/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-micro.dts
|
|
||||||
+++ b/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-micro.dts
|
|
||||||
@@ -60,6 +60,8 @@ aliases {
|
|
||||||
serial2 = &uart7;
|
|
||||||
spi0 = &spi1;
|
|
||||||
spi1 = &spi2;
|
|
||||||
+ mmc0 = &mmc0;
|
|
||||||
+ mmc1 = &mmc3;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
--
|
|
||||||
2.45.2
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user