From: max.oss.09@gmail.com
To: Max Krummenacher <max.krummenacher@toradex.com>,
Stefan Eichenberger <stefan.eichenberger@toradex.com>
Cc: Conor Dooley <conor+dt@kernel.org>,
Fabio Estevam <festevam@gmail.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Rob Herring <robh@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Shawn Guo <shawnguo@kernel.org>,
devicetree@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v1 5/5] arm64: dts: imx8-apalis: use startup-delay-us for wifi regulator
Date: Mon, 27 Oct 2025 10:30:11 +0100 [thread overview]
Message-ID: <20251027093133.2344267-6-max.oss.09@gmail.com> (raw)
In-Reply-To: <20251027093133.2344267-1-max.oss.09@gmail.com>
From: Stefan Eichenberger <stefan.eichenberger@toradex.com>
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>
---
arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ reg_module_wifi: regulator-module-wifi {
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 {
--
2.42.0
next prev parent reply other threads:[~2025-10-27 9:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-27 9:30 [PATCH v1 0/5] arm64: dts: imx8-apalis: add additional functionality max.oss.09
2025-10-27 9:30 ` [PATCH v1 1/5] arm64: dts: imx8-apalis: cleanup todo max.oss.09
2025-10-27 10:08 ` Daniel Baluta
2025-10-27 9:30 ` [PATCH v1 2/5] arm64: dts: imx8-apalis: add thermal nodes max.oss.09
2025-10-27 9:30 ` [PATCH v1 3/5] arm64: dts: imx8-apalis: specify adc reference voltage regulator max.oss.09
2025-10-27 9:30 ` [PATCH v1 4/5] arm64: dts: imx8-apalis: rename wifi regulator max.oss.09
2025-10-27 9:30 ` max.oss.09 [this message]
2025-11-16 3:56 ` [PATCH v1 0/5] arm64: dts: imx8-apalis: add additional functionality Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251027093133.2344267-6-max.oss.09@gmail.com \
--to=max.oss.09@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=max.krummenacher@toradex.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=stefan.eichenberger@toradex.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.