diff options
| author | Stefan Eichenberger <stefan.eichenberger@toradex.com> | 2025-10-27 12:30:11 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-11-16 06:55:56 +0300 |
| commit | 4c9cf0b3f1b795e05606fa54888a2b4dced39d64 (patch) | |
| tree | 78f4246f34415ff6af7bf2e1f96fdbb167105d28 | |
| parent | aa6f6799f9091721b559d4872db9e199ba4069ba (diff) | |
| download | linux-4c9cf0b3f1b795e05606fa54888a2b4dced39d64.tar.xz | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi index 4234289d4012..f2646db74a5f 100644 --- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi @@ -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 { |
