]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Add information about usb status on zcu102
authorMichal Simek <michal.simek@xilinx.com>
Wed, 13 Jul 2016 14:12:33 +0000 (16:12 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 15 Jul 2016 07:04:58 +0000 (09:04 +0200)
Extend dts with information about USB status.

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

index 765108e4378965c4f0c4cdc82f03fd2a5c27b630..aeee387f6be86706aa8c95bfe2eff33fabe666e5 100644 (file)
@@ -40,3 +40,7 @@
                };
        };
 };
+
+&dwc3_0 {
+       /* USB works - also bootrom DFU */
+};
index bc234e4d93ddfe902db604f4c1cd7413b8b0d36c..1bf97824acb47c4c2dca4a8a8cc877021542b408 100644 (file)
@@ -624,6 +624,7 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751)  += max20751.o
 
 &dwc3_0 {
        status = "okay";
+       /* Peripheral and OTG mode not working - usb reset issue */
        dr_mode = "host";
        phy-names = "usb3-phy";
        phys = <&lane2 PHY_TYPE_USB3 0 2 26000000>;