ARM: dts: ux500: Skomer regulator fixes
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 3 Jun 2021 22:00:04 +0000 (00:00 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 21 Sep 2021 14:32:03 +0000 (16:32 +0200)
AUX2 has slightly wrong voltage and AUX5 doesn't need to be
always on.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-ux500-samsung-skomer.dts

index 264f3e9b5fce52dca84f182204cde81b1e371b68..86e83639fadc11362adcea6620b17b867b6dfd74 100644 (file)
                                        };
 
                                        ab8500_ldo_aux2 {
-                                               /* Supplies the Cypress TMA140 touchscreen only with 3.3V */
+                                               /* Supplies the Cypress TMA140 touchscreen only with 3.0V */
                                                regulator-name = "AUX2";
-                                               regulator-min-microvolt = <3300000>;
-                                               regulator-max-microvolt = <3300000>;
+                                               regulator-min-microvolt = <3000000>;
+                                               regulator-max-microvolt = <3000000>;
                                        };
 
                                        ab8500_ldo_aux3 {
 
                                        ab8500_ldo_aux5 {
                                                regulator-name = "AUX5";
+                                               /* Intended for 1V8 for touchscreen but actually left unused */
                                                regulator-min-microvolt = <1050000>;
                                                regulator-max-microvolt = <2790000>;
-                                               regulator-always-on;
                                        };
 
                                        ab8500_ldo_aux6 {