1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00

arm64: dts: imx8-apalis: use startup-delay-us for wifi regulator

We used regulator-settling-time-us for the wifi regulator which is
wrong for regulator-fixed. We have to use startup-delay-us instead.

Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Stefan Eichenberger 2025-10-27 10:30:11 +01:00 committed by Shawn Guo
parent aa6f6799f9
commit 4c9cf0b3f1

View File

@ -78,7 +78,7 @@
enable-active-high;
regulator-always-on;
regulator-name = "Wi-Fi_POWER_DOWN"; /* Wi-Fi module PDn */
regulator-settling-time-us = <100>;
startup-delay-us = <100>;
};
reg_pcie_switch: regulator-pcie-switch {