Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1340857 > unrolled thread

[PATCH v3 1/8] arm64: dts: qcom: add manual pullup setting to otg.

Started bySrinivas Kandagatla <srinivas.kandagatla@linaro.org>
First post2016-02-23 17:50 +0100
Last post2016-02-23 17:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 1/8] arm64: dts: qcom: add manual pullup setting to otg. Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-02-23 17:50 +0100

#1340857 — [PATCH v3 1/8] arm64: dts: qcom: add manual pullup setting to otg.

FromSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Date2016-02-23 17:50 +0100
Subject[PATCH v3 1/8] arm64: dts: qcom: add manual pullup setting to otg.
Message-ID<r5ojT-831-11@gated-at.bofh.it>
This patch adds manual pull up setting for usb otg indicating that the
vbus is vbus is not routed to USB controller/phy therefore enables
pull-up explicitly before starting controller.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index ff7ca44..c1592d4 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -399,6 +399,7 @@
 			qcom,phy-init-sequence = <0x44 0x6B 0x24 0x13>;
 			dr_mode = "peripheral";
 			qcom,otg-control = <2>; // PMIC
+			qcom,manual-pullup;
 
 			clocks = <&gcc GCC_USB_HS_AHB_CLK>,
 				 <&gcc GCC_USB_HS_SYSTEM_CLK>,
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web