]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: exynos: Add dwc3 SUSPHY quirk
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Mon, 18 Sep 2017 10:02:13 +0000 (12:02 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 25 Sep 2017 18:42:31 +0000 (20:42 +0200)
Odroid XU4 board does not enumerate SuperSpeed devices.
This patch makes exynos5 series chips use USB SUSPHY quirk,
which solves the problem.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos54xx.dtsi

index 0389e8a10d0bd353744e176360c4485fffdcd759..8ca4fef8b1ce59676ae6168c9357c3d6cd8de0e2 100644 (file)
@@ -134,6 +134,7 @@ usbdrd_dwc3_0: dwc3@12000000 {
                                interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
                                phys = <&usbdrd_phy0 0>, <&usbdrd_phy0 1>;
                                phy-names = "usb2-phy", "usb3-phy";
+                               snps,dis_u3_susphy_quirk;
                        };
                };
 
@@ -154,6 +155,7 @@ usbdrd_dwc3_1: dwc3@12400000 {
                                reg = <0x12400000 0x10000>;
                                phys = <&usbdrd_phy1 0>, <&usbdrd_phy1 1>;
                                phy-names = "usb2-phy", "usb3-phy";
+                               snps,dis_u3_susphy_quirk;
                        };
                };