* Bumping EDGE kernel to 5.14.y Meson64: - removing Odroid reboot shutdown patch since its probably not needed anymore Rockchip64: - removing Rockpi S. No interest to maintain this any further - removing PBP suspend. Doesn’t align. Need inspection if some other way was mainstreamed - temporally removing Orangepi R1 * Re-adding rockpis, pbp suspend, HFLPS170 wifi and cleanup * Removing deprecated patch, fixing ap6256 wifi * Re-enable Opi R1 plus, untest * Add and fix Radxa Zero
26 lines
785 B
Diff
26 lines
785 B
Diff
From d0a3e14dd72781bc6ff475fce5e8ea57fcc7a871 Mon Sep 17 00:00:00 2001
|
|
From: Nick Xie <nick@khadas.com>
|
|
Date: Thu, 19 Dec 2019 21:36:14 +0800
|
|
Subject: [PATCH 096/101] arm64: dts: SDIO: VIM2: enable 'cap-sd-highspeed'
|
|
|
|
Signed-off-by: Nick Xie <nick@khadas.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
|
|
index 8060e97d764f..57de06faa841 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
|
|
@@ -397,6 +397,7 @@
|
|
#size-cells = <0>;
|
|
|
|
bus-width = <4>;
|
|
+ cap-sd-highspeed;
|
|
max-frequency = <100000000>;
|
|
|
|
non-removable;
|
|
--
|
|
2.17.1
|
|
|