arm64: dts: imx8mm-phycore: drop uncorrect vselect-en

Message ID 20230725142653.157510-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series arm64: dts: imx8mm-phycore: drop uncorrect vselect-en |

Commit Message

Krzysztof Kozlowski July 25, 2023, 2:26 p.m. UTC
  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(-)
  

Comments

Yannic Moog July 26, 2023, 5:43 a.m. UTC | #1
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;
  
Shawn Guo July 30, 2023, 1:15 p.m. UTC | #2
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!
  

Patch

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;