From: Robert Baldyga Date: Mon, 9 Mar 2015 10:12:48 +0000 (+0100) Subject: ARM: dts: exynos5420: set usb3_lpm_capable in dwc3 controllers X-Git-Tag: submit/tizen/20150416.081342~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31552dbbd62e8c4069b5b4835fa10b3e4f4443ce;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: exynos5420: set usb3_lpm_capable in dwc3 controllers These hardware has LPM and we want to use it. This will be necessary for OTG role switching. Signed-off-by: Robert Baldyga --- diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index e67bf1118f25..a6cd180dab23 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -935,6 +935,7 @@ interrupts = <0 72 0>; phys = <&usbdrd_phy0 0>, <&usbdrd_phy0 1>; phy-names = "usb2-phy", "usb3-phy"; + snps,usb3_lpm_capable; }; }; @@ -961,6 +962,7 @@ interrupts = <0 73 0>; phys = <&usbdrd_phy1 0>, <&usbdrd_phy1 1>; phy-names = "usb2-phy", "usb3-phy"; + snps,usb3_lpm_capable; }; };