Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6f0f6c4 authored by Adam Ford's avatar Adam Ford Committed by Tony Lindgren
Browse files

ARM: dts: Set VAUX1 and VAUX4 on Logic PD Torpedo



The schematic expects VAUX1 to be 3.0V attached to the debug port.
The schematic expects VAUX4 to be 1.8V.
VAUX4 powers VDDS_CSI2 on processor.

Signed-off-by: default avatarAdam Ford <adam.ford@logicpd.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7cd6ca77
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -83,6 +83,16 @@
	regulator-max-microvolt = <1800000>;
	regulator-max-microvolt = <1800000>;
};
};


&vaux1 {
	regulator-min-microvolt = <3000000>;
	regulator-max-microvolt = <3000000>;
};

&vaux4 {
	regulator-min-microvolt = <1800000>;
	regulator-max-microvolt = <1800000>;
};

&mcbsp2 {
&mcbsp2 {
	status = "okay";
	status = "okay";
};
};