提交 b6f0f6c4 编写于 作者: A Adam Ford 提交者: Tony Lindgren

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: NAdam Ford <adam.ford@logicpd.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 7cd6ca77
......@@ -83,6 +83,16 @@
regulator-max-microvolt = <1800000>;
};
&vaux1 {
regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3000000>;
};
&vaux4 {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
&mcbsp2 {
status = "okay";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册