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>
This commit is contained in:
Michael Walle
2024-06-17 11:13:32 +02:00
committed by Shawn Guo
parent b972d6b3b4
commit 7324314624
@@ -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>;
};