CHROMIUM: exynos: dts: do not use external PLL for USB3 on Spring
authorVincent Palatin <vpalatin@chromium.org>
Tue, 27 Nov 2012 00:17:06 +0000 (16:17 -0800)
committerGerrit <chrome-bot@google.com>
Tue, 27 Nov 2012 18:02:41 +0000 (10:02 -0800)
Move the enable gpio configuration for the USB3 PLL to the machine
device tree files, and do not define it on Spring, so the dwc3 driver
assumes that we only use the internal clock.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
BUG=chrome-os-partner:16351
TEST=on Spring, plug on usb key on USB3 port and browse the content.

Change-Id: If8f91a34a0cadedada2ad627681a7fe83a6e5c12
Reviewed-on: https://gerrit.chromium.org/gerrit/38685
Tested-by: Vincent Palatin <vpalatin@chromium.org>
Reviewed-by: Todd Broch <tbroch@chromium.org>
Reviewed-by: Olof Johansson <olofj@chromium.org>
Commit-Ready: Vincent Palatin <vpalatin@chromium.org>

arch/arm/boot/dts/cros5250-common.dtsi
arch/arm/boot/dts/exynos5250-daisy.dts
arch/arm/boot/dts/exynos5250-smdk5250.dts
arch/arm/boot/dts/exynos5250-snow.dts

index c9ef136..740f5c1 100644 (file)
 
        xhci {
                samsung,vbus-gpio = <&gpx2 7 1 3 3>;
-               phy {
-                       compatible = "samsung,exynos-usbphy";
-                       clock-enable-gpio = <&gpy1 1 1 0 3>;
-               };
        };
 
        fixed-regulator {
index df641ac..0736f53 100644 (file)
                                <&gpc4 5 2 3 3>, <&gpc4 6 2 3 3>;
                };
        };
+
+       xhci {
+               phy {
+                       compatible = "samsung,exynos-usbphy";
+                       clock-enable-gpio = <&gpy1 1 1 0 3>;
+               };
+       };
 };
index 48d2c12..5abcbb2 100644 (file)
        display-port-controller {
                status = "disabled";
        };
+
+       xhci {
+               phy {
+                       compatible = "samsung,exynos-usbphy";
+                       clock-enable-gpio = <&gpy1 1 1 0 3>;
+               };
+       };
 };
index b6801de..de79f2f 100644 (file)
                };
        };
 
+       xhci {
+               phy {
+                       compatible = "samsung,exynos-usbphy";
+                       clock-enable-gpio = <&gpy1 1 1 0 3>;
+               };
+       };
 };