ARM: dts: imx6qdl-apalis/-colibri: assign VDDD to SGTL5000
authorStefan Agner <stefan@agner.ch>
Mon, 9 Jul 2018 15:48:47 +0000 (17:48 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 11 Jul 2018 13:00:58 +0000 (21:00 +0800)
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: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-apalis.dtsi
arch/arm/boot/dts/imx6qdl-colibri.dtsi

index 6813f43..8c04f42 100644 (file)
 
                        vgen4_reg: vgen4 {
                                regulator-min-microvolt = <1800000>;
-                               regulator-max-microvolt = <3300000>;
+                               regulator-max-microvolt = <1800000>;
                                regulator-boot-on;
                                regulator-always-on;
                        };
                clocks = <&clks IMX6QDL_CLK_CKO>;
                VDDA-supply = <&reg_module_3v3_audio>;
                VDDIO-supply = <&reg_module_3v3>;
+               VDDD-supply = <&vgen4_reg>;
        };
 
        /* STMPE811 touch screen controller */
index 9a3bac5..6821ea5 100644 (file)
 
                        vgen4_reg: vgen4 {
                                regulator-min-microvolt = <1800000>;
-                               regulator-max-microvolt = <3300000>;
+                               regulator-max-microvolt = <1800000>;
                                regulator-boot-on;
                                regulator-always-on;
                        };
                clocks = <&clks IMX6QDL_CLK_CKO>;
                VDDA-supply = <&reg_module_3v3_audio>;
                VDDIO-supply = <&reg_module_3v3>;
+               VDDD-supply = <&vgen4_reg>;
                lrclk-strength = <3>;
        };