mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* sunxi-6.1: rebase to v6.1.14, reexport patches megous * sunxi-6.1: rename fixes patches * sunxi-6.1: reexport armbian patches * sunxi-6.1: fix the series.conf file to the current state * sunxi-6.1: switch edge to v6.1.14 * Adjust sunxi to 5.15 / 6.1 / 6.2 - change configs - adjust broken patches - disable patch that only changes /readme.md and it has issues --------- Co-authored-by: Igor Pečovnik <igor@armbian.com>
25 lines
814 B
Diff
25 lines
814 B
Diff
From b843173849ba92f4e41f3b4ebc9dc7d0c5a88a2e Mon Sep 17 00:00:00 2001
|
|
From: The-going <48602507+The-going@users.noreply.github.com>
|
|
Date: Fri, 28 Jan 2022 15:52:48 +0300
|
|
Subject: [PATCH 108/158] arm64:dts: sun50i-a64 force mmc0 bus-width
|
|
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
|
|
index 416532006..6cd8e04ab 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
|
|
@@ -568,6 +568,7 @@ mmc0: mmc@1c0f000 {
|
|
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
|
|
max-frequency = <150000000>;
|
|
status = "disabled";
|
|
+ bus-width = <0x4>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|
|
--
|
|
2.35.3
|
|
|