Skip to content

Commit fe6a668

Browse files
Marek VasutShawn Guo
authored andcommitted
ARM: dts: imx6q-dhcom: Fix SGTL5000 VDDIO regulator connection
The SGTL5000 VDDIO is connected to the PMIC SW2 output, not to a fixed 3V3 rail. Describe this correctly in the DT. Fixes: 52c7a08 ("ARM: dts: imx6q: Add support for the DHCOM iMX6 SoM and PDK2") Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: Ludwig Zenz <lzenz@dh-electronics.com> Cc: NXP Linux Team <linux-imx@nxp.com> To: linux-arm-kernel@lists.infradead.org Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent b8ab62f commit fe6a668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/imx6q-dhcom-pdk2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#sound-dai-cells = <0>;
6464
clocks = <&clk_ext_audio_codec>;
6565
VDDA-supply = <&reg_3p3v>;
66-
VDDIO-supply = <&reg_3p3v>;
66+
VDDIO-supply = <&sw2_reg>;
6767
};
6868
};
6969

0 commit comments

Comments
 (0)