-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd20492
commit c647f40
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
patch/u-boot/v2024.10/board_nanopi-r6s/0001-adjust-wrong-mmc0-mmc1-ordering.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Muhammed Efe Cetin <[email protected]> | ||
Date: Sat, 30 Nov 2024 02:09:36 +0300 | ||
Subject: adjust wrong mmc0/mmc1 ordering | ||
|
||
--- | ||
arch/arm/dts/rk3588s-nanopi-r6s-u-boot.dtsi | 7 +++++++ | ||
1 file changed, 7 insertions(+) | ||
|
||
diff --git a/arch/arm/dts/rk3588s-nanopi-r6s-u-boot.dtsi b/arch/arm/dts/rk3588s-nanopi-r6s-u-boot.dtsi | ||
index 111111111111..222222222222 100644 | ||
--- a/arch/arm/dts/rk3588s-nanopi-r6s-u-boot.dtsi | ||
+++ b/arch/arm/dts/rk3588s-nanopi-r6s-u-boot.dtsi | ||
@@ -1,3 +1,10 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
|
||
#include "rk3588s-u-boot.dtsi" | ||
+ | ||
+/ { | ||
+ aliases { | ||
+ mmc0 = &sdhci; | ||
+ mmc1 = &sdmmc; | ||
+ }; | ||
+}; | ||
\ No newline at end of file | ||
-- | ||
Armbian | ||
|