From 52129bb1c6da54ea81447e7282318111be7af950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= Date: Thu, 6 Feb 2020 04:58:32 +0100 Subject: [PATCH 095/391] arm64: dts: sun50i-a64-pinephone: Shorten post-power-on-delay on mmcs These are not needed. Signed-off-by: Ondrej Jirman --- 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 243d9c793..ff1182be8 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi @@ -543,6 +543,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"; }; @@ -553,6 +554,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 { @@ -568,6 +570,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