mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
22 lines
620 B
Diff
22 lines
620 B
Diff
From 16cc17fc2cf2f308f5ac20b829d427114c6e59fa Mon Sep 17 00:00:00 2001
|
|
From: Peter Geis <pgwipeout@gmail.com>
|
|
Date: Mon, 20 Dec 2021 08:50:48 -0500
|
|
Subject: [PATCH 08/11] rockchip: allow sdmmc at full speed
|
|
|
|
Adding pinctrl and gpio support fixed quartz64-a sdmmc.
|
|
|
|
Signed-off-by: Peter Geis <pgwipeout@gmail.com>
|
|
---
|
|
arch/arm/dts/rk3566-quartz64-a-u-boot.dtsi | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/arch/arm/dts/rk3566-quartz64-a-u-boot.dtsi
|
|
+++ b/arch/arm/dts/rk3566-quartz64-a-u-boot.dtsi
|
|
@@ -13,7 +13,6 @@
|
|
};
|
|
|
|
&sdmmc0 {
|
|
- max-frequency = <400000>;
|
|
bus-width = <4>;
|
|
u-boot,dm-spl;
|
|
u-boot,spl-fifo-mode;
|