Skip to content

Commit a620a7f

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: tqma8mpql: fix audio codec iov-supply
IOVDD is supplied by 1.8V, fix the referenced regulator. Fixes: d8f9d81 ("arm64: dts: imx8mp: Add analog audio output on i.MX8MP TQMa8MPxL/MBa8MPxL") Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent f038696 commit a620a7f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@
184184
enable-active-high;
185185
};
186186

187+
reg_vcc_1v8: regulator-1v8 {
188+
compatible = "regulator-fixed";
189+
regulator-name = "VCC_1V8";
190+
regulator-min-microvolt = <1800000>;
191+
regulator-max-microvolt = <1800000>;
192+
};
193+
187194
reg_vcc_3v3: regulator-3v3 {
188195
compatible = "regulator-fixed";
189196
regulator-name = "VCC_3V3";
@@ -480,7 +487,7 @@
480487
clock-names = "mclk";
481488
clocks = <&audio_blk_ctrl IMX8MP_CLK_AUDIOMIX_SAI3_MCLK1>;
482489
reset-gpios = <&gpio4 29 GPIO_ACTIVE_LOW>;
483-
iov-supply = <&reg_vcc_3v3>;
490+
iov-supply = <&reg_vcc_1v8>;
484491
ldoin-supply = <&reg_vcc_3v3>;
485492
};
486493

0 commit comments

Comments
 (0)