Move kernel config and patches to kernel 6.6. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
27 lines
800 B
Diff
27 lines
800 B
Diff
From 0b693c8f8b88d50114caaa4d2337932d4d172631 Mon Sep 17 00:00:00 2001
|
|
From: Chukun Pan <amadeus@jmu.edu.cn>
|
|
Date: Mon, 19 Dec 2022 18:10:52 +0800
|
|
Subject: [PATCH] arm64: dts: rockchip: remove unsupported property from sdmmc2
|
|
for rock-3a
|
|
|
|
'supports-sdio' is not part of the DT binding
|
|
and not supported by the Linux driver.
|
|
|
|
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
|
|
Link: https://lore.kernel.org/r/20221219101052.7899-1-amadeus@jmu.edu.cn
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
|
|
@@ -739,7 +739,6 @@
|
|
};
|
|
|
|
&sdmmc2 {
|
|
- supports-sdio;
|
|
bus-width = <4>;
|
|
disable-wp;
|
|
cap-sd-highspeed;
|