mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
ARM: dts: imx6qdl-dhcom-som: Drop bogus regulator-suspend-mem-microvolt
Drop unused regulator-suspend-mem-microvolt property from PMIC regulator nodes. This property is not used by either U-Boot, Linux, nor is it documented in the DT bindings, remove it. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Christoph Niedermaier <cniedermaier@dh-electronics.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -256,7 +256,6 @@ sw1_reg: sw1 {
|
||||
regulator-max-microvolt = <1527272>;
|
||||
regulator-min-microvolt = <787500>;
|
||||
regulator-ramp-delay = <7000>;
|
||||
regulator-suspend-mem-microvolt = <1040000>;
|
||||
};
|
||||
|
||||
sw2_reg: sw2 {
|
||||
@@ -275,7 +274,6 @@ sw3_reg: sw3 {
|
||||
regulator-max-microvolt = <1527272>;
|
||||
regulator-min-microvolt = <787500>;
|
||||
regulator-ramp-delay = <7000>;
|
||||
regulator-suspend-mem-microvolt = <980000>;
|
||||
};
|
||||
|
||||
sw4_reg: sw4 {
|
||||
|
||||
Reference in New Issue
Block a user