arm64: dts: imx8mq-librem5: fix audio-1v8 regulator name
authorMartin Kepplinger <martin.kepplinger@puri.sm>
Thu, 9 Mar 2023 20:45:57 +0000 (21:45 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Mar 2023 01:47:40 +0000 (09:47 +0800)
Fix the regulator name for the audio-1v8 regulator.

Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

index fd1f6fb6d6f6ff8ff148973fd9518421ed888cb7..6c44af94ac02b4bdc5e6c9edc49a19990161da86 100644 (file)
@@ -84,7 +84,7 @@
                compatible = "regulator-fixed";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_audiopwr>;
-               regulator-name = "AUDIO_PWR_EN";
+               regulator-name = "AUD_1V8";
                regulator-min-microvolt = <1800000>;
                regulator-max-microvolt = <1800000>;
                gpio = <&gpio1 4 GPIO_ACTIVE_HIGH>;