diff options
author | Michael Walle <mwalle@kernel.org> | 2024-06-17 11:13:32 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-06-27 15:24:46 +0800 |
commit | 73243146246f40fe01a6e2c5106ea160976e6f58 (patch) | |
tree | ad754b93ae520409d0d4c95e5221323b219abfa1 /arch/arm/boot/dts/nxp/imx | |
parent | b972d6b3b46345023aee56a95df8e2c137aa4ee4 (diff) |
ARM: dts: imx6qdl-kontron-samx6i: cleanup the PMIC node
Remove the comment, remove the unused phandle name for the
VGEN5 output. VGEN5 is not used at all.
Signed-off-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/nxp/imx')
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi index 700780bf64f5..8c7f21f986e1 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi @@ -356,10 +356,6 @@ regulator-always-on; }; - /* - * Per schematics, of all VGEN's, only VGEN5 has some - * usage ... but even that - over DNI resistor - */ vgen1 { regulator-min-microvolt = <800000>; regulator-max-microvolt = <1550000>; @@ -380,8 +376,7 @@ regulator-max-microvolt = <3300000>; }; - reg_2p5v_s0: vgen5 { - regulator-name = "V_2V5_S0"; + vgen5 { regulator-min-microvolt = <1800000>; regulator-max-microvolt = <3300000>; }; |