mirror of https://gitee.com/openkylin/linux.git
ARM: dts: omap3-gta04: add warning comment to vaux2 regulator
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> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
ebd4fc999e
commit
d2c4c27035
|
@ -553,7 +553,7 @@ &vaux1 {
|
||||||
&vaux2 {
|
&vaux2 {
|
||||||
regulator-min-microvolt = <2800000>;
|
regulator-min-microvolt = <2800000>;
|
||||||
regulator-max-microvolt = <2800000>;
|
regulator-max-microvolt = <2800000>;
|
||||||
regulator-always-on;
|
regulator-always-on; /* we should never switch off while vio is on! */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* camera */
|
/* camera */
|
||||||
|
|
Loading…
Reference in New Issue