OSDN Git Service

ARM: dts: msm: Add TCSR_USB3_DP_PHYMODE register on msmcobalt
authorHemant Kumar <hemantk@codeaurora.org>
Fri, 13 May 2016 01:34:37 +0000 (18:34 -0700)
committerJeevan Shriram <jshriram@codeaurora.org>
Thu, 19 May 2016 23:07:45 +0000 (16:07 -0700)
This register write allows to select the usb3 phy mode. It is
recommended to explicitly select the usb3 phy mode before
programming the phy init sequence.

Change-Id: I2cb648b976d72d2020357881768674241557c56b
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
arch/arm/boot/dts/qcom/msmcobalt.dtsi

index 93cafba..1ca9111 100644 (file)
        ssphy: ssphy@c010000 {
                compatible = "qcom,usb-ssphy-qmp-v2";
                reg = <0x0c010000 0xe0c>,
-                     <0x01fcb244 0x4>;
+                     <0x01fcb244 0x4>,
+                     <0x01fcb248 0x4>;
                reg-names = "qmp_phy_base",
-                           "vls_clamp_reg";
+                           "vls_clamp_reg",
+                           "tcsr_usb3_dp_phymode";
                vdd-supply = <&pmcobalt_l1>;
                core-supply = <&pmcobalt_l2>;
                qcom,vdd-voltage-level = <0 880000 880000>;