]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Update DWC3 usb controller to use new phy driver for exynos5250
authorVivek Gautam <gautam.vivek@samsung.com>
Thu, 15 May 2014 21:38:15 +0000 (06:38 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 19 May 2014 14:13:55 +0000 (23:13 +0900)
Removing the dt node for older usb3 phy driver from Exynos5250
device tree and updating the dt node for DWC3 controller to
use new phy driver based on generic phy framework.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi

index b276abce0c6a0fe5cdbb909c629a7de33cca7d84..68a3e6f254d9f332aece88d12d4c752f5a60ed21 100644 (file)
@@ -551,21 +551,8 @@ dwc3 {
                        compatible = "synopsys,dwc3";
                        reg = <0x12000000 0x10000>;
                        interrupts = <0 72 0>;
-                       usb-phy = <&usb2_phy &usb3_phy>;
-               };
-       };
-
-       usb3_phy: usbphy@12100000 {
-               compatible = "samsung,exynos5250-usb3phy";
-               reg = <0x12100000 0x100>;
-               clocks = <&clock CLK_FIN_PLL>, <&clock CLK_USB3>;
-               clock-names = "ext_xtal", "usbdrd30";
-               #address-cells = <1>;
-               #size-cells = <1>;
-               ranges;
-
-               usbphy-sys {
-                       reg = <0x10040704 0x8>;
+                       phys = <&usbdrd_phy 0>, <&usbdrd_phy 1>;
+                       phy-names = "usb2-phy", "usb3-phy";
                };
        };