1
0
Fork 0

ARM: dts: sun8i: add a delay after reset xr819 on Orange Pi Zero

XR819 seems to need a delay after its reset line to be deasserted,
otherwise it may not respond MMC commands correctly, and fail to
initialize.

Add a 200ms delay in the mmc-pwrseq.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
zero-colors
Icenowy Zheng 2016-12-20 13:58:26 +08:00 committed by Maxime Ripard
parent 03749eb88e
commit b5fa16b620
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
wifi_pwrseq: wifi_pwrseq {
compatible = "mmc-pwrseq-simple";
reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>;
post-power-on-delay-ms = <200>;
};
};