arm64: dts: imx8mn: Add LDO5 regulator-name to Variscite VAR-SOM-MX8MN

The PMIC on this Variscite SOM and its MX8MM variant lists regulator-name
for all LDOs except this LDO5, add the regulator-name property to avoid
this omission.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Marek Vasut 2022-12-16 00:58:27 +01:00 committed by Shawn Guo
parent fd44be72cc
commit e7e99f19b7
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ ldo4_reg: LDO4 {
}; };
ldo5_reg: LDO5 { ldo5_reg: LDO5 {
regulator-name = "ldo5";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-always-on; regulator-always-on;