Commit 08372ce9 authored by Nicolas Dechesne's avatar Nicolas Dechesne Committed by Kumar Gala

ARM: dts: qcom: apq8064 - Add USB OTG support for CM QS-600

This patch adds USB OTG support on USB1 for Compulab QS-600 Board.
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
[Srinivas Kandagatla: fixed up regulators and status properties]
Signed-off-by: default avatarNicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent 84db78b8
......@@ -101,6 +101,14 @@ serial@16640000 {
};
};
/* OTG */
usb1_phy: phy@12500000 {
status = "okay";
vddcx-supply = <&pm8921_s3>;
v3p3-supply = <&pm8921_l3>;
v1p8-supply = <&pm8921_l4>;
};
usb3_phy: phy@12520000 {
status = "okay";
vddcx-supply = <&pm8921_s3>;
......@@ -115,6 +123,15 @@ usb4_phy: phy@12530000 {
v1p8-supply = <&pm8921_l23>;
};
gadget1: gadget@12500000 {
status = "ok";
};
/* OTG */
usb1: usb@12500000 {
status = "ok";
};
usb3: usb@12520000 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment