From 7430dac16bc41edc095aeab7ca9342725a7fce5b Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Thu, 6 Feb 2020 04:58:32 +0100 Subject: [PATCH 105/351] 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 98759c70e7cc..9b23112904ce 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi @@ -514,6 +514,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"; }; @@ -524,6 +525,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 { @@ -542,6 +544,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.34.0