All of lore.kernel.org
 help / color / mirror / Atom feed
* [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; 4+ 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] 4+ 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; 4+ messages in thread
From: Yannic Moog @ 2023-07-26  5:43 UTC (permalink / raw)
  To: kernel, krzysztof.kozlowski, festevam, s.hauer, devicetree,
	shawnguo, linux-imx, linux-arm-kernel, linux-kernel, conor+dt,
	krzysztof.kozlowski+dt, robh+dt

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] 4+ 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-30 13:15   ` Shawn Guo
  2023-07-30 13:15   ` Shawn Guo
  1 sibling, 0 replies; 4+ 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] 4+ messages in thread

* Re: [PATCH] arm64: dts: imx8mm-phycore: drop uncorrect vselect-en
@ 2023-07-30 13:15   ` Shawn Guo
  0 siblings, 0 replies; 4+ 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!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-30 13:15 UTC | newest]

Thread overview: 4+ 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
2023-07-30 13:15   ` Shawn Guo

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.