projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd6ca7
)
ARM: dts: Set VAUX1 and VAUX4 on Logic PD Torpedo
author
Adam Ford
<adam.ford@logicpd.com>
Mon, 26 Oct 2015 12:53:10 +0000
(07:53 -0500)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 30 Nov 2015 22:03:47 +0000
(14:03 -0800)
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: Adam Ford <adam.ford@logicpd.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
index b07d1d92c9748a166fb834de02fca64d686244cd..b017871aeddcb10d05c4839d7b2f609806001c86 100644
(file)
--- a/
arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
+++ b/
arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
@@
-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";
};