diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-07-25 16:26:53 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2023-07-30 21:14:45 +0800 |
commit | 074248a4e91908f6fba29308373dafb61c727086 (patch) | |
tree | 5a86aba44234770bc628c8c998575fc23b9e451e | |
parent | 6b15a78f71dbcb61e6fea6fd445002aba2479c29 (diff) |
arm64: dts: imx8mm-phycore: drop uncorrect vselect-en
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 <[email protected]>
Reviewed-by: Yannic Moog <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi index abe551efb5b2..a3cb31838f54 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 @@ regulator-max-microvolt = <3300000>; regulator-min-microvolt = <1800000>; regulator-name = "NVCC_SD2 (LDO2)"; - vselect-en; regulator-state-mem { regulator-off-in-suspend; |