mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Bump to 5.15.y imx6, xu4, rocchip64, jetson-nano * Sunxi patches cleanup Thanks @jernejsk * Bump Meson64 to 5.15.y * Bump mvebu* to 5.15.y @heisath Disable 13-net-mvneta.patch - double check. * Add uppstram patch for opi zero2 legacy kernel * Update mvebu mvneta patch * Orangepi Zero2 reboot fix Co-authored-by: Heisath <jannis@imserv.org>
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From b78360135c312a57c2b5e6b6866d9d75fd0dad90 Mon Sep 17 00:00:00 2001
|
|
From: Chang-Kon Kim <changkon12@gmail.com>
|
|
Date: Sun, 21 Feb 2021 05:51:27 +0000
|
|
Subject: [PATCH 41/58] arm64: dts: meson: add sd-uhs modes to ODROID-N2/N2+
|
|
|
|
Increase max-frequency to 200000000 and add sd-uhs modes to the
|
|
SD card node in the ODROID N2/N2+ common dtsi.
|
|
|
|
Signed-off-by: Chang-Kon Kim <changkon12@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi | 6 +++++-
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
|
|
index 58ce569b2ace..5c70935a583e 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
|
|
@@ -517,7 +517,11 @@ &sd_emmc_b {
|
|
|
|
bus-width = <4>;
|
|
cap-sd-highspeed;
|
|
- max-frequency = <50000000>;
|
|
+ max-frequency = <200000000>;
|
|
+ sd-uhs-sdr12;
|
|
+ sd-uhs-sdr25;
|
|
+ sd-uhs-sdr50;
|
|
+ sd-uhs-sdr104;
|
|
disable-wp;
|
|
|
|
cd-gpios = <&gpio GPIOC_6 GPIO_ACTIVE_LOW>;
|
|
--
|
|
2.25.1
|
|
|