]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
devicetree: dwc3: Add LPM transfers support on zcu102 board
authorAnurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Wed, 21 Sep 2016 13:37:24 +0000 (19:07 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 26 Oct 2016 07:14:01 +0000 (09:14 +0200)
This patch adds USB 3.0 LPM transfers suuport to zcu102
board by adding snps,usb3_lpm_capable property.

Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu102.dts

index 0835f5d267c4feee1c0fa193123266ef005a2536..893c00f2c56dc3aba1a057fdac570fa91f22f241 100644 (file)
@@ -632,6 +632,7 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751)  += max20751.o
        status = "okay";
        /* Peripheral and OTG mode not working - usb reset issue */
        dr_mode = "host";
+       snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&lane2 PHY_TYPE_USB3 0 2 26000000>;
 };