summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-06-04 00:00:04 +0200
committerLinus Walleij <linus.walleij@linaro.org>2021-09-21 16:32:03 +0200
commit7aee0288beab72cdfa35af51f62e94373fca595d (patch)
treef4027f219682b44a710d9966f8ce94e09d3f7f5e /arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
parentffc011b696f0c0e4cd8c991d09a6140e6b866865 (diff)
ARM: dts: ux500: Skomer regulator fixes
AUX2 has slightly wrong voltage and AUX5 doesn't need to be always on. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-ux500-samsung-skomer.dts')
-rw-r--r--arch/arm/boot/dts/ste-ux500-samsung-skomer.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
index 264f3e9b5fce..86e83639fadc 100644
--- a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
+++ b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
@@ -292,10 +292,10 @@
};
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 {
@@ -314,9 +314,9 @@
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 {