* [PATCH] ARM: dts: imx6qdl-dhcom-som: Drop bogus regulator-suspend-mem-microvolt
@ 2024-10-15 22:44 Marek Vasut
2024-10-16 8:27 ` Christoph Niedermaier
2024-10-22 1:43 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2024-10-15 22:44 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Marek Vasut, Christoph Niedermaier, Conor Dooley, Fabio Estevam,
Krzysztof Kozlowski, Pengutronix Kernel Team, Rob Herring,
Sascha Hauer, Shawn Guo, devicetree, imx, kernel
Drop unused regulator-suspend-mem-microvolt property from PMIC regulator nodes.
This property is not used by either U-Boot, Linux, nor is it documented in the
DT bindings, remove it.
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Rob Herring <robh@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: imx@lists.linux.dev
Cc: kernel@dh-electronics.com
Cc: linux-arm-kernel@lists.infradead.org
---
arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi
index eaa87b3331648..af0d95396cd51 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi
@@ -256,7 +256,6 @@ sw1_reg: sw1 {
regulator-max-microvolt = <1527272>;
regulator-min-microvolt = <787500>;
regulator-ramp-delay = <7000>;
- regulator-suspend-mem-microvolt = <1040000>;
};
sw2_reg: sw2 {
@@ -275,7 +274,6 @@ sw3_reg: sw3 {
regulator-max-microvolt = <1527272>;
regulator-min-microvolt = <787500>;
regulator-ramp-delay = <7000>;
- regulator-suspend-mem-microvolt = <980000>;
};
sw4_reg: sw4 {
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] ARM: dts: imx6qdl-dhcom-som: Drop bogus regulator-suspend-mem-microvolt
2024-10-15 22:44 [PATCH] ARM: dts: imx6qdl-dhcom-som: Drop bogus regulator-suspend-mem-microvolt Marek Vasut
@ 2024-10-16 8:27 ` Christoph Niedermaier
2024-10-22 1:43 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Niedermaier @ 2024-10-16 8:27 UTC (permalink / raw)
To: Marek Vasut, linux-arm-kernel@lists.infradead.org
Cc: Conor Dooley, Fabio Estevam, Krzysztof Kozlowski,
Pengutronix Kernel Team, Rob Herring, Sascha Hauer, Shawn Guo,
devicetree@vger.kernel.org, imx@lists.linux.dev, kernel
From: Marek Vasut <marex@denx.de>
Sent: Wednesday, October 16, 2024 12:44 AM
> Drop unused regulator-suspend-mem-microvolt property from PMIC regulator nodes.
> This property is not used by either U-Boot, Linux, nor is it documented in the
> DT bindings, remove it.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Christoph Niedermaier <cniedermaier@dh-electronics.com>
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
> Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: imx@lists.linux.dev
> Cc: kernel@dh-electronics.com
> Cc: linux-arm-kernel@lists.infradead.org
> ---
> arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi
> b/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi
> index eaa87b3331648..af0d95396cd51 100644
> --- a/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi
> +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi
> @@ -256,7 +256,6 @@ sw1_reg: sw1 {
> regulator-max-microvolt = <1527272>;
> regulator-min-microvolt = <787500>;
> regulator-ramp-delay = <7000>;
> - regulator-suspend-mem-microvolt = <1040000>;
> };
>
> sw2_reg: sw2 {
> @@ -275,7 +274,6 @@ sw3_reg: sw3 {
> regulator-max-microvolt = <1527272>;
> regulator-min-microvolt = <787500>;
> regulator-ramp-delay = <7000>;
> - regulator-suspend-mem-microvolt = <980000>;
> };
>
> sw4_reg: sw4 {
Reviewed-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: imx6qdl-dhcom-som: Drop bogus regulator-suspend-mem-microvolt
2024-10-15 22:44 [PATCH] ARM: dts: imx6qdl-dhcom-som: Drop bogus regulator-suspend-mem-microvolt Marek Vasut
2024-10-16 8:27 ` Christoph Niedermaier
@ 2024-10-22 1:43 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2024-10-22 1:43 UTC (permalink / raw)
To: Marek Vasut
Cc: linux-arm-kernel, Christoph Niedermaier, Conor Dooley,
Fabio Estevam, Krzysztof Kozlowski, Pengutronix Kernel Team,
Rob Herring, Sascha Hauer, Shawn Guo, devicetree, imx, kernel
On Wed, Oct 16, 2024 at 12:44:10AM +0200, Marek Vasut wrote:
> Drop unused regulator-suspend-mem-microvolt property from PMIC regulator nodes.
> This property is not used by either U-Boot, Linux, nor is it documented in the
> DT bindings, remove it.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
Applied, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-22 1:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 22:44 [PATCH] ARM: dts: imx6qdl-dhcom-som: Drop bogus regulator-suspend-mem-microvolt Marek Vasut
2024-10-16 8:27 ` Christoph Niedermaier
2024-10-22 1:43 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).