Commit 330f8559 authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo

ARM: dts: imx6qdl-apalis/-colibri: assign VDDD to SGTL5000

VDDD is connected to VGEN4 of the PF0100. This rail should only
run at 1.8V since there are multiple consumer and they all
expect the rail to be at 1.8V.
Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7060066d
......@@ -289,7 +289,7 @@ vgen3_reg: vgen3 {
vgen4_reg: vgen4 {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
regulator-max-microvolt = <1800000>;
regulator-boot-on;
regulator-always-on;
};
......@@ -316,6 +316,7 @@ codec: sgtl5000@a {
clocks = <&clks IMX6QDL_CLK_CKO>;
VDDA-supply = <&reg_module_3v3_audio>;
VDDIO-supply = <&reg_module_3v3>;
VDDD-supply = <&vgen4_reg>;
};
/* STMPE811 touch screen controller */
......
......@@ -219,7 +219,7 @@ vgen2_reg: vgen2 {
vgen4_reg: vgen4 {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
regulator-max-microvolt = <1800000>;
regulator-boot-on;
regulator-always-on;
};
......@@ -246,6 +246,7 @@ codec: sgtl5000@a {
clocks = <&clks IMX6QDL_CLK_CKO>;
VDDA-supply = <&reg_module_3v3_audio>;
VDDIO-supply = <&reg_module_3v3>;
VDDD-supply = <&vgen4_reg>;
lrclk-strength = <3>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment