arm64: dts: rockchip: modify dwc3 properties for rk3399
authorWu Liang feng <wulf@rock-chips.com>
Wed, 10 Aug 2016 13:02:01 +0000 (21:02 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 17 Aug 2016 10:35:27 +0000 (18:35 +0800)
We have merged dwc3 driver from upstream, and some properties
need to be modified according to upstream coding style.

Change-Id: I4f8c4b23a941932a08eb29a0282dfb0903193c8a
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 31f4ca50c2199261fcaae816e4b621088f56eafb..709970d7191aeafccdfbd6b08699a7e071e87efe 100644 (file)
        };
 
        usbdrd3_0: usb@fe800000 {
-               compatible = "rockchip,dwc3";
+               compatible = "rockchip,rk3399-dwc3";
                clocks = <&cru SCLK_USB3OTG0_REF>, <&cru SCLK_USB3OTG0_SUSPEND>,
                         <&cru ACLK_USB3OTG0>, <&cru ACLK_USB3_RKSOC_AXI_PERF>,
                         <&cru ACLK_USB3>, <&cru ACLK_USB3_GRF>;
                        dr_mode = "otg";
                        phys = <&u2phy0_otg>;
                        phy-names = "usb2-phy";
+                       phy_type = "utmi_wide";
                        snps,dis_enblslpm_quirk;
-                       snps,phyif_utmi_16_bits;
-                       snps,dis_u2_freeclk_exists_quirk;
-                       snps,dis_del_phy_power_chg_quirk;
-                       snps,xhci_slow_suspend_quirk;
+                       snps,dis-u2-freeclk-exists-quirk;
+                       snps,dis-del-phy-power-chg-quirk;
+                       snps,xhci-slow-suspend-quirk;
                        status = "disabled";
                };
        };
 
        usbdrd3_1: usb@fe900000 {
-               compatible = "rockchip,dwc3";
+               compatible = "rockchip,rk3399-dwc3";
                clocks = <&cru SCLK_USB3OTG1_REF>, <&cru SCLK_USB3OTG1_SUSPEND>,
                         <&cru ACLK_USB3OTG1>, <&cru ACLK_USB3_RKSOC_AXI_PERF>,
                         <&cru ACLK_USB3>, <&cru ACLK_USB3_GRF>;
                        dr_mode = "otg";
                        phys = <&u2phy1_otg>;
                        phy-names = "usb2-phy";
+                       phy_type = "utmi_wide";
                        snps,dis_enblslpm_quirk;
-                       snps,phyif_utmi_16_bits;
-                       snps,dis_u2_freeclk_exists_quirk;
-                       snps,dis_del_phy_power_chg_quirk;
-                       snps,xhci_slow_suspend_quirk;
+                       snps,dis-u2-freeclk-exists-quirk;
+                       snps,dis-del-phy-power-chg-quirk;
+                       snps,xhci-slow-suspend-quirk;
                        status = "disabled";
                };
        };