* [PATCH] arm64: dts: imx8mm-phycore: drop uncorrect vselect-en
@ 2023-07-25 14:26 Krzysztof Kozlowski
2023-07-26 5:43 ` Yannic Moog
2023-07-30 13:15 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-25 14:26 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
NXP Linux Team, devicetree, linux-arm-kernel, linux-kernel
Cc: Krzysztof Kozlowski
There is no "vselect-en" property, neither in the bindings nor in the
Linux driver:
imx8mm-phyboard-polis-rdk.dtb: pmic@8: regulators:ldo2: Unevaluated properties are not allowed ('vselect-en' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
index 404f7de0b722..6069678244f3 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
@@ -151,7 +151,6 @@ reg_nvcc_sd2: ldo2 {
regulator-max-microvolt = <3300000>;
regulator-min-microvolt = <1800000>;
regulator-name = "NVCC_SD2 (LDO2)";
- vselect-en;
regulator-state-mem {
regulator-off-in-suspend;
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: imx8mm-phycore: drop uncorrect vselect-en
2023-07-25 14:26 [PATCH] arm64: dts: imx8mm-phycore: drop uncorrect vselect-en Krzysztof Kozlowski
@ 2023-07-26 5:43 ` Yannic Moog
2023-07-30 13:15 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Yannic Moog @ 2023-07-26 5:43 UTC (permalink / raw)
To: kernel@pengutronix.de, krzysztof.kozlowski@linaro.org,
festevam@gmail.com, s.hauer@pengutronix.de,
devicetree@vger.kernel.org, shawnguo@kernel.org,
linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, conor+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org
On Tue, 2023-07-25 at 16:26 +0200, Krzysztof Kozlowski wrote:
> There is no "vselect-en" property, neither in the bindings nor in the
> Linux driver:
>
> imx8mm-phyboard-polis-rdk.dtb: pmic@8: regulators:ldo2: Unevaluated
> properties are not allowed ('vselect-en' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Yannic Moog <y.moog@phytec.de>
> ---
> arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
> index 404f7de0b722..6069678244f3 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
> @@ -151,7 +151,6 @@ reg_nvcc_sd2: ldo2 {
> regulator-max-microvolt = <3300000>;
> regulator-min-microvolt = <1800000>;
> regulator-name = "NVCC_SD2 (LDO2)";
> - vselect-en;
>
> regulator-state-mem {
> regulator-off-in-suspend;
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: imx8mm-phycore: drop uncorrect vselect-en
2023-07-25 14:26 [PATCH] arm64: dts: imx8mm-phycore: drop uncorrect vselect-en Krzysztof Kozlowski
2023-07-26 5:43 ` Yannic Moog
@ 2023-07-30 13:15 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2023-07-30 13:15 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
devicetree, linux-arm-kernel, linux-kernel
On Tue, Jul 25, 2023 at 04:26:53PM +0200, Krzysztof Kozlowski wrote:
> There is no "vselect-en" property, neither in the bindings nor in the
> Linux driver:
>
> imx8mm-phyboard-polis-rdk.dtb: pmic@8: regulators:ldo2: Unevaluated properties are not allowed ('vselect-en' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Applied, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-30 13:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 14:26 [PATCH] arm64: dts: imx8mm-phycore: drop uncorrect vselect-en Krzysztof Kozlowski
2023-07-26 5:43 ` Yannic Moog
2023-07-30 13:15 ` 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).