diff options
| author | Mayank Rana <mrana@codeaurora.org> | 2016-04-07 17:51:45 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-04-13 11:12:29 -0700 |
| commit | 217cb4db86edfff435195d5f536f76888b59249a (patch) | |
| tree | 4c0e70babc54b30fa3e95836730c88d7384b31b6 | |
| parent | 96b933ebbf337e38f968140706db42d2c9318bfb (diff) | |
ARM: dts:msm: Disable USB QMP PHY on msmcobalt
This change disables USB QMP PHY on msmcobalt until SSUSB
functionality is validated. With this only USB high speed
functionality is supported now.
CRs-Fixed: 1001222
Change-Id: I74a00cc76ab86ee96905d270b1f6e09fb3fb9db7
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index daa870107c3e..01f0e6a4fd2a 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -1278,10 +1278,11 @@ reg = <0x0a800000 0xcd00>; interrupt-parent = <&intc>; interrupts = <0 131 0>; - usb-phy = <&qusb_phy0>, <&ssphy>; + usb-phy = <&qusb_phy0>, <&usb_nop_phy>; tx-fifo-resize; snps,nominal-elastic-buffer; snps,hird_thresh = <0x10>; + maximum-speed = "high-speed"; }; qcom,usbbam@a904000 { @@ -1496,6 +1497,10 @@ qcom,reset-ep-after-lpm-resume; }; + usb_nop_phy: usb_nop_phy { + compatible = "usb-nop-xceiv"; + }; + qcom,lpass@17300000 { compatible = "qcom,pil-tz-generic"; reg = <0x17300000 0x00100>; |
