diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-10 02:20:42 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-10 02:20:41 -0700 |
| commit | 5564915b1f62f0c5bfa6387a66738ba1a10dc9cd (patch) | |
| tree | 5e7a9c731bebbfab1cf33164929b4108f758e1f3 | |
| parent | 69e7fcd32e52f4279e366d0b4baa9a636d747f38 (diff) | |
| parent | 24a72da8c2dd465b7f290103a786027d85c57745 (diff) | |
Merge "ARM: dts: msm: Enable secondary USB port for HDK660"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts b/arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts index 7be428693f83..7fb0c9d03825 100644 --- a/arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts +++ b/arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts @@ -208,3 +208,14 @@ "SpkrLeft IN", "SPK1 OUT"; qcom,msm-mbhc-hphl-swh = <0>; }; + +&usb2s { + status = "okay"; +}; + +&qusb_phy0 { + reg = <0x0c012000 0x180>, + <0x00188018 0x4>; + reg-names = "qusb_phy_base", + "ref_clk_addr"; +}; |
