diff mbox series

[13/32] ARM: dts: omap3-gta04: add warning comment to vaux2 regulator

Message ID 967e50885329664596024974694f94efd80f4bd5.1532501910.git.hns@goldelico.com (mailing list archive)
State New, archived
Headers show
Series [01/32] ARM: dts: omap3-gta04: fix typo in backlight pins node name | expand

Commit Message

H. Nikolaus Schaller July 25, 2018, 6:58 a.m. UTC
vaux2 should remain always on since a higher potential at vio
could potentially damage the itg3200 sensor.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index 813d93c4c0d2..f6166b37405d 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -553,7 +553,7 @@ 
 &vaux2 {
 	regulator-min-microvolt = <2800000>;
 	regulator-max-microvolt = <2800000>;
-	regulator-always-on;
+	regulator-always-on;	/* we should never switch off while vio is on! */
 };
 
 /* camera */