arm64: dts: imx8mn: Add LDO5 regulator-name to Variscite VAR-SOM-MX8MN
authorMarek Vasut <marex@denx.de>
Thu, 15 Dec 2022 23:58:27 +0000 (00:58 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 1 Jan 2023 02:28:50 +0000 (10:28 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi

index 2888de1..67072e6 100644 (file)
                        };
 
                        ldo5_reg: LDO5 {
+                               regulator-name = "ldo5";
                                regulator-min-microvolt = <1800000>;
                                regulator-max-microvolt = <1800000>;
                                regulator-always-on;