Skip to content

Commit

Permalink
arm64: dts: imx8mq-librem5: fix audio-1v8 regulator name
Browse files Browse the repository at this point in the history
Fix the regulator name for the audio-1v8 regulator.

Signed-off-by: Martin Kepplinger <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
merge authored and Shawn Guo committed Mar 27, 2023
1 parent 0a83811 commit 969fe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 969fe91

Please sign in to comment.