mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-24 03:14:06 +02:00
44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
From 02f9ee2c698d1d2debe17d60569ebb7366280942 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
|
Date: Thu, 6 Feb 2020 04:58:32 +0100
|
|
Subject: arm64: dts: sun50i-a64-pinephone: Shorten post-power-on-delay on mmcs
|
|
|
|
These are not needed.
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
index 13213a3704a1..91312b0ab896 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
@@ -574,6 +574,7 @@ &mmc0 {
|
|
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
|
|
disable-wp;
|
|
bus-width = <4>;
|
|
+ post-power-on-delay-ms = <1>; /* power is already turned on by the bootloader */
|
|
status = "okay";
|
|
};
|
|
|
|
@@ -584,6 +585,7 @@ &mmc1 {
|
|
vqmmc-supply = <®_dldo4>;
|
|
bus-width = <4>;
|
|
non-removable;
|
|
+ post-power-on-delay-ms = <1>; /* wifi power is always on */
|
|
status = "okay";
|
|
|
|
rtl8723cs: wifi@1 {
|
|
@@ -599,6 +601,7 @@ &mmc2 {
|
|
bus-width = <8>;
|
|
non-removable;
|
|
cap-mmc-hw-reset;
|
|
+ post-power-on-delay-ms = <1>; /* power is already turned on by the bootloader */
|
|
status = "okay";
|
|
};
|
|
|
|
--
|
|
2.35.3
|
|
|