Skip to content

Commit

Permalink
nanopi-r6s: fix mmc0/mmc1 ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn authored and igorpecovnik committed Nov 30, 2024
1 parent fd20492 commit c647f40
Showing 1 changed file with 28 additions and 0 deletions.
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

0 comments on commit c647f40

Please sign in to comment.