summarylogtreecommitdiffstats
path: root/0007-fixed-mmc-index.patch
diff options
context:
space:
mode:
authoryjun2021-10-05 00:11:43 +0800
committeryjun2021-10-05 00:11:43 +0800
commitf84e0d45ebf163cbd974026c620a426e1f3a8e1a (patch)
tree3360bc090a35b4611a825cd2ef74f254dfb795d0 /0007-fixed-mmc-index.patch
downloadaur-f84e0d45ebf163cbd974026c620a426e1f3a8e1a.tar.gz
initial commit: linux-rk3328 5.14.8
Diffstat (limited to '0007-fixed-mmc-index.patch')
-rw-r--r--0007-fixed-mmc-index.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0007-fixed-mmc-index.patch b/0007-fixed-mmc-index.patch
new file mode 100644
index 000000000000..bf33d43868aa
--- /dev/null
+++ b/0007-fixed-mmc-index.patch
@@ -0,0 +1,26 @@
+From 93e535cfb7b91fb9d132e52c8017cf89e49e2164 Mon Sep 17 00:00:00 2001
+From: unifreq <flippy@sina.com>
+Date: Fri, 3 Sep 2021 14:29:32 +0800
+Subject: [PATCH] flippy: fixed mmc index
+
+---
+ arch/arm64/boot/dts/rockchip/rk3328.dtsi | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+index 8ea6dcfe7..a9eb746c7 100644
+--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
++++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+@@ -27,6 +27,9 @@ aliases {
+ i2c1 = &i2c1;
+ i2c2 = &i2c2;
+ i2c3 = &i2c3;
++ mmc0 = &sdmmc;
++ mmc1 = &sdio;
++ mmc2 = &emmc;
+ ethernet0 = &gmac2io;
+ ethernet1 = &gmac2phy;
+ };
+--
+2.33.0
+